Deperecated/Android_강의

안드로이드 - Context란

누알라리 2020. 2. 26. 16:57

Context 계속 쓰는데 뭔지 모르겠다...

 

1. 안드로이드 Developers 설명

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, as well as up-calls for application-level operations such as launching activities, broadcasting and receiving intents, etc.
어플리케이션 환경에 관한 글로벌 정보를 위한 인터페이스. 안드로이드 시스템에의해 구현되는 추상 클래스.
어플리케이션 특화 리소스나 클래스에 접근할 수 있게하며 액티비티 실행, 브로드캐스팅, Intents 수신 등과같은 어플리케이션 레벨의 작업도 할 수 있다.

 

2. 블로그 설명

https://arabiannight.tistory.com/entry/272

 

안드로이드/Android Context 란?

안드로이드/Android Context 란? <안드로이드 Context 는 수수께기가 많은 클래스입니다> Android Context Story 저에게 안드로이드 Context 는 참 어려운 녀석입니다. 안드로이드 어플리케이션을 개발하며서 가..

arabiannight.tistory.com