티스토리 뷰

지식쌓기

Activity, Fragment lifecycle

바나나쥬스 2012. 7. 10. 11:55

Activity onCreate

   Fragment onAttach

   Activity onAttachFragment

   Fragment onCreate

   Fragment onCreateView

Activity onCreate return

Fragment onActivityCreated

Activity onStart

Fragment onStart

Activity onPostCreate

Activity onResume

Fragment onResume

Activity onPostResume

Fragment onPause

Activity onPause

Fragment onStop

Activity onStop

Fragment onDestroyView

Fragment onDestroy

Fragment onDetach

Activity onDestory