标签:start 运行 tar das control top onresume int bsp
android 的Activity和IOS的UIControllerView是界面的最基本的组成部分,是所有View控件的容器。
其生命周期:
Activity:
onCreate() –> onStart() –> onResume( )–> 运行态
–> onPause() –> onStop() –> onDestroy()
传值:
Activity可以使用Intent,Fragment使用Bundle。 对于界面回调传值,通过startActivityForResult()启动和onActivityResult()接收。
标签:start 运行 tar das control top onresume int bsp
原文地址:http://www.cnblogs.com/fphuang/p/7414211.html