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
Rohit's answer seems correct. However, be aware that AndroidStudio's "Instant Run" depends on not having static Context attributes in your code, as far as I know.
static Context