Android?????????????
???????????? ???????[ 2013/5/8 11:20:42 ] ????????
????8????в???4
????onConfigurationChanged-->
????onConfigurationChanged-->
???????
????1????????Activity??android:configChanges????????????μ????????????????к???????????Σ?????????????????
????2??????Activity??android:configChanges="orientation"???????????????μ????????????????к???????????????
????3??????Activity??android:configChanges="orientation|keyboardHidden"??????????????μ?????????????????????onConfigurationChanged????
??????????????Activity??????????
??????????????Activity???????????Toast??AlertDialog?????Activity??????????????и??
????Activity?????????HOME??(??????????????????)??onSaveInstanceState --> onPause --> onStop????ν?????????? onRestart -->onStart--->onResume
????BroadcastReceive?????????????????
???????????????????????????? onReceive() ?????????????????飬??ANR(Application No Response) ?????????????????
?????????????????????onReceive()??????????÷??????????????
????Service?????????????
?????3.2service?????????
????Service??????????????:?????onCreate()??????????onDestroy()????
????Service????????÷?????
????1>?????Context.startService()????????????Context.stopService()????
????2>?????Context.bindService()???????????????Context.unbindService()???
????service????????????????
?????????????startService ()??bindService()???Service????α????????????????????????????????????1?????????????????????????á??????ε???startService()??bindService()?????????δ???onCreate()????
????void onCreate()
?????????????stopService()??unbindService()??????????????????(?????????????????1??)???????onCreate()?????д????????
????void onDestroy()
???????startService()????????????
??????????????????????÷????????????????startService()??Intent???????????????Intent ????????????????????????????????????ε???startService()???????δ???onStart()????
????void onStart(Intent intent)
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11