Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save plateaukao/4552f92373ea8fd1840b63258f98259a to your computer and use it in GitHub Desktop.
Save plateaukao/4552f92373ea8fd1840b63258f98259a to your computer and use it in GitHub Desktop.
Android Activity LifeCycle in Multi-window mode
1. 進入一個 Activity
onStart
onResume
2. 進入 Multi-window 模式
onPause
onStop
onStart
onResume
onPause
3. 點擊畫面上方,剛剛的 Activity
onResume
4. 點擊畫面下方新的應用程式
onPause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment