04 2017 档案
关于Activity的生命周期及各个方法的调用时机
摘要:Activity一共有七种状态:onCreate()、onStart()、onResume()、onPause()、onStop()、onRestart()、onDestroy()。 其中: 当一个Activity启动并进入活动状态时,调用方法顺序为:onCreate() >>onStart() > 阅读全文
posted @ 2017-04-12 21:15 Diviner_Sun 阅读(706) 评论(0) 推荐(0)