728x90
View.getContext()
현재 실행되고 있는 View의 Context를 return
보통은 현재 활성화된 Activity의 Context가 됨
Activity.getApplicationContext()
Applcation Lifecycle에 해당하는 Context를 return
ContextWrapper.getBaseContext()
자신의 Context가 아닌 다른 Context에 접근할 때 사용
728x90
'Programing > android' 카테고리의 다른 글
[android studio] Cleartext HTTP traffic to...not permitted 오류 (0) | 2021.11.05 |
---|---|
[android studio] google maps API 사용방법 정리 (0) | 2021.11.05 |
[android studio] 인앱리뷰(In-App Review) 구현 및 실행 오류 (0) | 2021.11.04 |
[android studio] 오류 : Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. (0) | 2021.11.01 |
[android studio] SharedPreferences을 이용한 data 저장하기 (0) | 2021.11.01 |
댓글