An activity has essentially ___ states.
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.