119
score
857.2K
views
no
status
CC BY-SA 3.0
Static way to get 'Context' in Android?
The majority of apps that want a convenient method to get the application context create their own class which extends android.app.Application . GUIDE You can accomplish this by first creating a class in your project...