I often find myself needing to access methods that require referencing some activity. For example, to use getWindowManager, I need to access some Activity. But ofte
getWindowManager
I think this is the solution to this, you get your context static and then reference it statically.