View의 생명 주기는 객체의 생명 주기보다 짧다!

  1. Fragment 객체의 생명 주기 구성

Untitled

  1. onCreate()

  2. onCreateView()

  3. onViewCreated()

  4. onViewStateRestored()

  5. onStart()

  6. onResume()

  7. onPause()

  8. onStop()

  9. onSaveInstanceState()

  10. onDestroyView()

  11. onDestroy()

  1. Fragment 뷰의 생명 주기 구성

Untitled

  1. onAttach()
  2. onDetach()