Define intents in android. What are the different types of intents?



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

Post New Answer

More Android OS Interview Questions

Tell us why would you do the setcontentview() in oncreate() of activity class?

1 Answers  


Name the languages supported for android development.

1 Answers  


what is adb in android?

1 Answers   UGC Corporation,


How to create emulator on android?

1 Answers  


How do I manually update my android os on my tablet?

1 Answers  


What is the order of dialog-box in android?

1 Answers  


when to use 9 patch image in android?

1 Answers  


What are the storage facilities available on android?

1 Answers  


What is notificationmanager class?

1 Answers  


What are the steps required in setting up the linkify calls intent?

1 Answers  


Do you know what is an action?

1 Answers  


Can I upgrade my android os?

1 Answers  


Categories