Multiple choice technology platforms and products

What is the name of the asynchronous messages used for activating the Activities, Services and Broadcast receiver components?

  1. Manifest

  2. Filters

  3. Kickers

  4. Intents

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Intents are the correct answer because they are Android's asynchronous messaging mechanism used to activate Activities, Services, and Broadcast Receivers. An Intent is a messaging object that can request an action from another component or pass data between components, enabling loose coupling between app components.