I have a chain of messages passed between my UI thread and my network thread. When a chunk of data completes, the UI thread updates and sends a message to the network thread for more data. This is working very well for me, but causing problems when the screen is rotated, as the original series of messages continues, and a new one is started. On top of this, a Progress dialog gets created and never dismissed, rendering the view useless. I've tried several ways to terminate the initial process to no avail. Has anybody experienced similar problems?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

