Activity states
An activity represents a single screen in your app with an interface the user can interact with. For example, an email app might have one activity that shows a list of new emails, another activity to compose an email, and another activity for reading individual messages.

Create
Start
Resume
Pause
Stop
Destroy
Restart
Last updated
Was this helpful?