Multiple choice

Which of the following Activity states is called 'inactive'?

  1. After an Activity has been killed and before it has been launched.

  2. When an Activity is not visible.

  3. Activity will be visible but will not have focus.

  4. When an Activity is at the top of the stack and it is the visible.

  5. None of the above

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

This is correct as Inactive activities have been removed from the Activity stack, and need to be restarted before they can be displayed and used.