hi all, I load consuming item data in a thread. I send a load data request when listview state is idle. When the data load success, i'll show via a UI handler. The question is : for example, in the listview position 1 and position 9 use the same convertView, i get the position 1 data first ,then scroll to the position 9 ,now i will send a request to get position 9 data, and then i scroll to position 1. when the position 9 data load success, it will show the data in position 1. I don't know how to solve the problem. help me ,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

