Multiple choice technology platforms and products

A typical Android application has ________ components.

  1. 3

  2. 5

  3. 4

  4. 6

  5. None of above

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

Android applications are built using four main component types: Activities (UI screens), Services (background operations), Broadcast Receivers (respond to system-wide broadcasts), and Content Providers (data sharing between apps). These are the fundamental building blocks defined in the Android framework.