Answers

Question and Answer:

  Home  Android Developer

⟩ Explain me what is an intent?

Intents are messages that can be used to pass information to the various components of android. For instance, launch an activity, open a webview etc. Two types of intents-

☛ Implicit: Implicit intent is when you call system default intent like send email, send SMS, dial number.

☛ Explicit: Explicit intent is when you call an application activity from another activity of the same application.

 133 views

More Questions for you: