본문 바로가기

IT/Android

getBaseContext() vs getApplicationContext()

     

getBaseContext()   vs

getApplicationContext()

 

 

 

 

getBaseContext()

Activity의 Context

생성자나 Context 에서 기본 설정 된 Context

 

 

 

getApplicationContext()

Service의 Context

어플리케이션의 종료 이후에도 활동 가능한

글로벌한 Application의 Context

 

 

 

앱 종료 후 메모리 유지를 피하기 위해서 getBaseContext()를 사용