Multiple choice technology platforms and products

An android application includes the following components -

  1. Activity, Service, Process and Content Provider

  2. Activity, Intent, Process and Service

  3. Activity, Service, Broadcast Receiver and Content provider

  4. Service, Process, Broadcast Receiver and Content Provider

  5. None of above

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

The four official Android application components are Activities, Services, Broadcast Receivers, and Content Providers. Options A and D incorrectly include 'Process', which is not an application component but a runtime container. Option B incorrectly includes 'Intent', which is a messaging object, not a component.