android生命週期函數學習筆記

首先懂得查閱androidAPI文檔,在androidSDK,docs文檔-->index.html

android生命週期函數在android.app裏

共六個生命週期函數

protected void onCreate()

protected void onRestart()

protected void onStart()

protected void onReume()

protected void onStop()

protected void onDestory()

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章