Podcast
Questions and Answers
What is the name of the lifecycle state that occurs when an Activity is visible but does not have focus?
What is the name of the lifecycle state that occurs when an Activity is visible but does not have focus?
- Paused (correct)
- Stopped
- Inactive
- Active
What happens to an Activity that is 'Stopped'?
What happens to an Activity that is 'Stopped'?
- The Activity remains in memory and retains its state information. (correct)
- The Activity is terminated by the system.
- The Activity is moved to the background.
- The Activity is removed from the Activity stack.
What is the name of the lifecycle state that occurs before an Activity has been launched?
What is the name of the lifecycle state that occurs before an Activity has been launched?
- Stopped
- Active
- Inactive (correct)
- Paused
What does Android do to ensure a smooth and stable user experience?
What does Android do to ensure a smooth and stable user experience?
What is the name of the lifecycle state that occurs when an Activity is at the highest of the stack and is receiving user input events?
What is the name of the lifecycle state that occurs when an Activity is at the highest of the stack and is receiving user input events?
What happens to an Activity that is 'Killed'?
What happens to an Activity that is 'Killed'?
What is the name of the lifecycle state that occurs when an Activity is not visible?
What is the name of the lifecycle state that occurs when an Activity is not visible?
What is the name of the lifecycle state that occurs when an Activity is the visible, focused, foreground Activity?
What is the name of the lifecycle state that occurs when an Activity is the visible, focused, foreground Activity?
What is the name of the lifecycle state that occurs when an Activity is not receiving user input events?
What is the name of the lifecycle state that occurs when an Activity is not receiving user input events?
What is the priority level of 'Active' processes?
What is the priority level of 'Active' processes?