Is there a way to get the current Context instance inside a static method?
Context
I\'m looking for that way because I hate saving the \'Context\' instance eac
I think you need a body for the getAppContext() method:
getAppContext()
public static Context getAppContext() return MyApplication.context;