[Android/안드로이드/Context] ApplicationContext vs ActivityContext ?!!
갑자기 이 질문을 받았을 때 얼마나 당황했는지.. 반성의 의미로 다시 차근차근 정리해보기 먼저, Context 란? 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, broadcastin..
2020.05.29