码迷,mamicode.com
首页 > 其他好文 > 详细

05 Activity 生命周期

时间:2014-04-29 23:53:49      阅读:688      评论:0      收藏:0      [点我收藏+]

标签:des   android   style   tar   log   c   strong   string   art   color   t   

protected void onCreate(Bundle savedInstanceState);     

protected void onStart(); 

protected void onRestart();

protected void onResume();

protected void onPause();

protected void onStop();

protected void onDestroy();

 

  1. 主Activity要程序结束之后Finish();
  2.  一般覆盖用onResume();
  3. 全部覆盖用onstop();
  4. 全部结束用onDestroy();
  5. <activity android:name=".ThirdActivity"
    android:label="@string/app_name"
    android:theme="@android:style/Theme.Dialog">
    </activity>    
    对话框形式的

05 Activity 生命周期,码迷,mamicode.com

05 Activity 生命周期

标签:des   android   style   tar   log   c   strong   string   art   color   t   

原文地址:http://www.cnblogs.com/cliffhuang/p/3696793.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!