NOTE: I could be mistaken in my facts below. Please correct me if I am wrong.
As per my understanding, a running thread exists in only one Activity at a time. In other words, it is not shared by activities. Hence only one context applies, even if the method is in some other class. However it is convoluted to access the context - it has to be passed into each constructor of each class. There have been several gripes about this in the newsgroup. Suggestion: have a getContext() call, that at runtime senses which is the applicable context for that thread, and returns it to that thread. And more than one thread being spawned off should still map to one activity context. So depending on the thread (Activity) in which the method executes, a different context could be returned. thanks, Anil --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

