It is a kind of message or information that is passed to the components. It is used to launch an activity, display a web page, send sms, send email etc. There are two types of intents in android:
- Implicit Intent : It is used to invoke the system components.
- Explicit Intent : It is used to invoke the activity class.