Difference between Activity Context and Application Context

前端 未结 7 875
耶瑟儿~
耶瑟儿~ 2020-11-22 07:51

This has me stumped, I was using this in Android 2.1-r8 SDK:

ProgressDialog.show(getApplicationContext(), ....);

and also in



        
7条回答
  •  孤街浪徒
    2020-11-22 08:35

    I think when everything need a screen to show ( button, dialog,layout...) we have to use context activity, and everything doesn't need a screen to show or process ( toast, service telelphone,contact...) we could use a application context

提交回复
热议问题