美文网首页
Android中activity的生命周期

Android中activity的生命周期

作者: SUNxt | 来源:发表于2017-03-03 16:47 被阅读0次

    下面是activity是生命周期图谱

    Android中activity的生命周期

    onCreate() onStart() onResume() onPause() onStop() onDestroy() onRestart()

    一般activity开始启动时,先调用了onCreate()  onStart() onResume(),接下来,activity就进入了运行的阶段。当其他activity覆盖在了当前activity前时,当前activity就会进入onPause()状态。

    相关文章

      网友评论

          本文标题:Android中activity的生命周期

          本文链接:https://www.haomeiwen.com/subject/urdrgttx.html