Possible Duplicate:
What is Context in Android?
Can anybody please tell me about the "context" term used in android. I wonder what exactly this means because this is something i used to see at lots of places.
I found it being a Class :- "Interface to global information about an application environment" but I am not quite clear regarding it still by now.
for Instance: public GetCurrentLocation(Context context) { this.context = context; }
Thanks, david