In Android programming, what exactly is a Context class and what is it used for?
Context
I read about it on the developer site, but I am unable to understand it
Context is a reference to the current object as this. Also context allows access to information about the application environment.