- Sub Activity_Create(FirstTime)
- Sub Globals
- Process Created
- Sub Process_Globals
- A different activity is started
OR Home button is pressed
- Sub Activity_Resume
- Sub Activity_Paused(UserClosed)
- Process in background
- Orientation changed
(or other configuration
change event)
- Back Button Pressed
- Process Destroyed
- App re-opened
- Memory causes auto close
- Activity Destroyed
- process variables
- activity variables
(eg views)