Activity生命周期流程图
2016-10-10 16:37:40 0 举报
作者其他创作
大纲/内容
onResume()
another activity comes in front of the activity
ActivityIsRunning
the activity comes to the forground
onCreate()
ActivityStart
process is killed
onPause()
onStop()
onReStart()
other application need memory
Activity no longer visible
Activity is shut down
onStart()
user nagtive back to the activity
onDestroy
0 条评论
下一页