안드로이드 액티비티 수명주기

Jmnote (토론 | 기여)님의 2017년 4월 24일 (월) 10:59 판 (→‎같이 보기)

1 개요

Android Activity Lifecycle; activity lifecycle
안드로이드 액티비티 수명주기; 액티비티 생명주기

 

 

2 콜백

  • onCreate()
  • onStart()
  • onResume()
  • onPause()
  • onStop()
  • onDestroy()

3 활용 예시

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}