Define intents in android. What are the different types of intents?
Answer / Sumeet Bhandari
Intents in Android are messages that allow communication between different components, such as activities, services, and content providers. The three main types of Intents are: Implicit Intents (used to start activities, services, or content providers not belonging to the same app), Explicit Intents (used to start a specific component within an application by specifying its exact class name), and Pending Intents (a type of Intent that can be delayed and used with alarm managers or notification builders).
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us why would you do the setcontentview() in oncreate() of activity class?
Name the languages supported for android development.
what is adb in android?
How to create emulator on android?
How do I manually update my android os on my tablet?
What is the order of dialog-box in android?
when to use 9 patch image in android?
What are the storage facilities available on android?
What is notificationmanager class?
What are the steps required in setting up the linkify calls intent?
Do you know what is an action?
Can I upgrade my android os?