Multiple choice technology platforms and products

Which one is the essential component in an Android application used by the system to instantiate and run as needed?

  1. Surface Manager

  2. Package Manager

  3. Activities

  4. Location Manager

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

Activities are the essential building blocks of Android applications, representing single screens with a user interface. The Android system instantiates activities as needed to navigate through an app. Managers like Surface, Package, and Location are system services, not core application components.