adspace
Define intents in android. What are the different types of intents?
Answer Posted / 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 View All Answers