Q: What do you know about Intents?
- Show Answer
- Workspace
- Discuss
Answer :
Explanation :
- Notification messages to the user from an Android enabled device can be displayed using Intents. - There are two types of Intents - Explicit Intent, Implicit Intent. Implicit Intent: - In case of Implicit Intent, an intent is just declared. - It is for the platform to find an activity that can respond to it. - Since the target component is not declared, it is used for activating components of other applications. Explicit Intent - Explicit intent specifies the particular activity that should respond to the intent. - They are used for application internal messages.
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.