Multiple choice technology platforms and products

In a typical activity lifecycle, if an activity "AA1" is completely obscured by another activity "AA2", the current state of "AA1" activity is -

  1. Paused State

  2. Active State

  3. Stopped State

  4. Hidden State

  5. None of above

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

When an activity is completely obscured by another activity, it is no longer visible to the user, causing it to transition to the Stopped State in the Android Activity lifecycle.