Possible duplicate:
What is the context in Android?
Can someone tell me about the term "context" used in android. It is interesting what exactly this means because it is what I saw in many places.
I found this to be a class: - "An interface to global application environmental information," but I still don't quite understand it.
for instance: public GetCurrentLocation (context context) {this.context = context; }
Thanks David
source share