일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- deprecating the install_referrer
- android P
- andorid studio
- RxJava2
- Switch to the Play Referrer API by March 1
- RXjava
- rxandroid
- Rx자바
- Retrofit2
- hardcoded string search
- 하드코드검색
- Android
- java
- 안드로이드
- RX
Archives
- Today
- Total
Lucky Dog
[안드로이드] Android Activity Life cycle 본문
onCreate() : 리소스 초기화 담당
onResume() : 사용자와의 상호작용 대기
onPause() : Dialog등으로 액티비티 일부만 보일 때
onStop() : 화면이 완전히 가려지거나 다른 액티비로 넘어갔을 때
onDestory() : 액티비티 자원을 반환하고 종료됨
출처 : https://developer.android.com/guide/components/activities/activity-lifecycle#java
Comments