1. Fragment

  A Fragment represents a behavior or a portion of user interface in an Activity


2. Fragment LifeCycle

   


  1) onAttatch()

  2) onCreate()

  3) onCreateView()

  4) onActivityCreated()

  5) onStart()

  6) onResume()

  7) onPause()

  8) onStop()

  9) onDestroyView()

  10) onDestroy()

  11) onDetatch()


3. 참고 출처

  http://developer.android.com/intl/ko/guide/components/fragments.html


F. end

'MobileProgramming > Android' 카테고리의 다른 글

Service에서 UI 업데이트 하기  (0) 2015.08.09
Android 코드 작성 규칙  (0) 2015.06.24
Layout  (0) 2015.06.24
Android Activity  (0) 2015.06.17
Android 개발 첫걸음  (0) 2015.06.17

+ Recent posts