Multiple choice technology platforms and products

An activity has essentially ___ states.

  1. 3

  2. 4

  3. 2

  4. 5

  5. None of above

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

An Android activity has three main states: Active (running/foreground), Paused (partially visible, like when a dialog is on top), and Stopped (no longer visible but not destroyed). These represent the activity's lifecycle states from creation to destruction.