生命周期
onCreate()
onStart()
onResume()
onPause()
onStop()
onRestart()
onDestroy()
A task is a stack of activities.
對話框式Activity
AndroidManifest.xml
android:theme="@android:style/Theme.Dialog"
生命周期
onCreate()
onStart()
onResume()
onPause()
onStop()
onRestart()
onDestroy()
A task is a stack of activities.
對話框式Activity
AndroidManifest.xml
android:theme="@android:style/Theme.Dialog"