일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 안드로이드
- Switch to the Play Referrer API by March 1
- 하드코드검색
- android P
- Retrofit2
- RX
- java
- rxandroid
- Rx자바
- deprecating the install_referrer
- Android
- andorid studio
- hardcoded string search
- RxJava2
- RXjava
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