Admin 07.16 Android Coding Edit How to get application context To get the context, the method Context.getApplicationContext() or Activity.getApplication() can be used. textContext1.setText("using getApplicationContext():\n" + getApplicationContext()); textContext2.setText("using getApplication():\n" + getApplication()); Tweet
0 Response to "How to get application context"
Posting Komentar