Activity Life Cycle
2015-06-03 17:44:12 0 举报
Android life Cycle
作者其他创作
大纲/内容
Running
Paused
OnDestroy()
1.OnCreat()2.OnStart()3.OnResume()
Stopped
OnStop()
A destroyed activity is no longer in memory. The Activity Manager decided that thisactivity is no longer needed and has removed it.
Destroyed
Starting
OnPause()
OnResume()
The activity in a running state is the one that is currently on the screen and interactingwith the user. there is only one running activity at any given time.
0 条评论
下一页