标签:
Fragment生命周期
2.onCreate()
3.onCreateView()
4.onActivityCreated()
5.onStart()
6.onResume()
7.onPause()
8.onStop()
9.onDestoryView()
10.onDestory()
11.onDetach()
启动Fragment时,执行1-6步
有什么不对的地方可以在评论区留言,谢谢
标签:
原文地址:http://www.cnblogs.com/xujinghuan/p/5457365.html