I have some classes within my application that need to call Android functions that require the Context as a parameter. I don\'t have it as the class is not a subclass of the
Pass it at class instantiation and keep it.
One typical example is when you create a db helper. See this link