Android Developer Question:
Download Job Interview Questions and Answers PDF
Explain me what is an intent?
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.
☛ 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.
Download Android Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Please explain what is a Job Scheduling? | What are fragments? |