Android_activity_lifecycle
2017-02-23 16:37:54 16 举报
安卓生命周期图
作者其他创作
大纲/内容
onStart()(开始)
onCreate()(创建)
The activity is no longer visible(这个活动不可见)
onPause()(暂停)
User returns to the activity(用户返回活动)
Apps with higer priority need memory(高优先级的应用程序需要内存)
User navigates to the activity(用户浏览到活动)
onRestart()(重新启动)
Activity shut down(活动关闭)
onResume()(重新启动)
Activity Launched(活动启动)
onStop()(停止)
Activity Running(活动运行中)
Another activity comes into the foreground(另一个活动进入前台)
App Process Killed(应用程序被杀死)
收藏
0 条评论
下一页