You could also do a lazy update like they do in the API Demos in the sample code included with the SDK, see List13.
One thing I've got in my own code is having a thread update the data in the List which the ListView is linked to, and posting to a handler each time an item is updated, running adapter.notifyDataSetChanged(). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

