Hi all, Please advise on the following: As far as I know, activity can be killed by platform at any time. Suppose, I have an activity with progress bar and have a thread that transfers data to server. When thread is finished its work, activity should be closed. Suppose, that when I had started thead an opened activity, I received incoming call and my activity was destroyed by platform. Then thread finished its work and now it's going to close that activity.
Question: how to close already destroyed activity in that case? Some sample code (or guide how to do it) where async operation is used along with activities and will be very appricated. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

