Intent means in android is:Intent is behave like a communicator and pass the data between two activity .in other word it is a simple message object which is used to communication between android component like activity ,content provider,brodcast reciver etc.it is two type implicit intent and explicit intent .