By the way, this Google I/O video on ListView seems to indicate it is perfectly acceptable, and in fact required, that you call notifyDatasetChanged() when anything in your dataset changes (either individual cell content, or data set size). Nothing in this video says you should be iterating through your list view cell Views manually and updating them yourself (rather than call notifyDatasetChanged()). In fact, this video says never manually access the Views in your ListView!
http://www.youtube.com/watch?v=wDBM6wVEO70&t=17m38s -- 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

