slides :: labGeoQuiz :: bc03
Activity Lifecycle
Activity Lifecycle
- shows the lifecycle for activity with savedInstanceState methods included. Also, the visibility of the activity is clearly shown.
Notes on Recreating an Activity
- these notes are from developer.android.com. They are the official docs from Android showing how to recreate aka bounce an activity.
Another diagram of lifecycle
- different representation of same lifecycle.
Diagram of lifecycle
- clearly showing the path of config change.
When your activity gets destroyed
- An activity may be destroyed by the user or the op system.
savedInstanceState
- how android saves the state of your activity during a config change or an OS-invoked-destroy.
Logging
Log syntax
- describes the syntax for logging.
Reading and Writing Logs
- describes the various types of logs.