1.

What is an intent?

Answer»

An intent is a messaging object that is USED to request an action from other components of an APPLICATION. It can also be used to LAUNCH an activity, send SMS, send an email, display a web page, etc.

It shows notification messages to the user from WITHIN an Android-enabled device. It alerts the user of a particular STATE that occurred. There are two types of intents in Android:

  • Implicit Intent- Used to invoke the system components.
  • Explicit Intent- Used to invoke the activity class.
Types Of Intents


Discussion

No Comment Found