Explain me what is an intent?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Android Developer Job Interview Questions And Answers