Android Developer Question:

Explain me what is an intent?

Android Developer Interview Question
Android Developer Interview Question

Answer:

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.


Previous QuestionNext Question
Please explain what is a Job Scheduling?What are fragments?