activity lifecycle
2017-07-30 21:25:26 0 举报
activity lifecycle
作者其他创作
大纲/内容
onResume()
User navigatesto the Activity
onCreate()
The activity isno longer visible
User returnsto the Activity
Activityrunning
onPause()
Another activity comesinto the foreground
onRestart()
onDestroy()
Activity launched
Apps with higher priorityneed memory
onStop()
onStart()
User navigatesto the activity
App processkilled
The activity is finishing orbeing destroyed by the system
收藏
0 条评论
下一页