ActivityManagerService
-
[Android Studio] Context란? Context의 정의, 종류와 사용 방법개발 끄적끄적/Android 2020. 6. 5. 15:11
안드로이드 개발을 하다 보면 자주 사용되는 context란 것이 있습니다. 지금까지 정확한 기능을 모르고 사용했지만 이번 기회에 context의 기능과 역할을 알아보겠습니다. 개념에 대해 알아볼 때는 공식 문서만큼 정확한 것이 없다고 생각합니다. 아래는 Android Developer 사이트에서 말하는 Context의 정의입니다. Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific resources and classes, ..