Hi All, I want to know about the Context class object. In lots of APIs we send Context object. Is context object is associated with the application and this object remains same throughout the application? Or it is associated with the components like activity and every component initiate its own context object?
I guess last one is right as Context is the super class of the Activity class. So every time there will be different object. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

