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
No, I don't think there is. Unfortunately, you're stuck calling getApplicationContext() from Activity or one of the other subclasses of Context. Also, this question is somewhat related.
getApplicationContext()
Activity