🎈 Context
Context
- 앱의 흐름
Application Context
- 하나만 존재
- 앱 전반에 걸친 정보와 환경
- Application lifecycle에 영향을 받음
Activity Context
- Activity마다 존재
- Activity lifecyce에 영향을 받음
- Context를 구현하고 기능을 추가한게 Activity
책(Application Context)
Chapter1(Activity Context)
chapter1-1
chapter1-2
Chapter2(Activity Context)
chapter2-1
Chapter3(Activity Context)
chapter3-1
chapter3-2
chapter3-3
'# 1. Language > 🔰 Kotlin' 카테고리의 다른 글
Kotlin # Companion Object (0) | 2022.08.01 |
---|---|
Kotlin # Android 전체에서 context에 접근할 수 있도록 만들기 (0) | 2022.08.01 |
Kotlin # Intent (0) | 2022.07.26 |
Kotlin # 계산기 만들기 (0) | 2022.07.20 |
Kotlin # Activity / ViewControl (0) | 2022.07.18 |