Hi, I am trying to have a progress bar in every row of my list view. My list is an iconic list view and have implemented it in the lazy loading way..so i want to display a progress bar (spinning progress bar) till the images are not loaded. My current approach is that i hv placed the progress bar in the layout and in my code in the getView method i dismiss it when the image is loaded. However this seems to work properly only for the first row of the list view. The progress bars are visible on the rest of the rows even if the image is loaded and only when i scroll the list do the progress bars disappear so i am assuming this is something to do with refreshing the list view. So I have tried using notifyDataSetChanged in my getView but it is not helping.
Please can anyone let me know if they have worked on anything similar to this. Thanks, Prajakta -- 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 To unsubscribe, reply using "remove me" as the subject.

