About
When the screen orientation changes, the system destroys and recreates the activity in order to apply alternative resources that might be available for the new screen configuration.
The following lifecycle callback function sequence is then called
- onPause
- onStop
- onCreate
- onResume
- onStart
- onDestroy
Shortcut
To rotate an emulator, use:
- Linux: CTRL + F12
- Mac: Fn + Left CTRL + F12
- Windows: Left CTRL + F11 or Left CTRL + F12