Thursday, 20 August 2015

What is intent?

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
  • Explicit Intent

Intent is basically a message that is passed between components (such as Activities, Services, Broadcast Receivers, and Content Providers).

Intents are a way of telling Android what you want to do. In other words, you describe your intention.

No comments:

Post a Comment