protected void onCreate(Bundle
savedInstanceState);
protected void onStart();
protected void onRestart();
protected void onResume();
protected void onPause();
protected void onStop();
protected void onDestroy();
- 主Activity要程序结束之后Finish();
- 一般覆盖用onResume();
- 全部覆盖用onstop();
- 全部结束用onDestroy();
<activity android:name=".ThirdActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Dialog">
</activity>
对话框形式的
05 Activity 生命周期,码迷,mamicode.com
时间: 2024-10-12 03:19:50