An Android Activity has three essential states: Active (running and focused), Paused (visible but not focused), and Stopped (not visible). These represent the activity's lifecycle states where it's either running, partially visible, or completely hidden. Other options like 'passive', 'exit', 'final', 'entry' are not official Android lifecycle states.