美文网首页
activity跳转生命周期变化-记录

activity跳转生命周期变化-记录

作者: 咸鱼小笼包 | 来源:发表于2020-11-16 12:24 被阅读0次

A====>B

先走A的onPause()方法

然后走B的onCreate()==》onStart()==》onResume()

最后走 A 的onStop()方法

B返回A

先走 B的onPause()方法

然后走A的onRestart()==》onStart()==》onResume()

最后走B的onStop()==》onDestroy()

相关文章

网友评论

      本文标题:activity跳转生命周期变化-记录

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