I'm also interested in this. I've been able to load a different image
in place of the initial image, and then replace it when the background
processing is completed. However, I would really like to show an
indeterminate progress bar instead of an image.

J

On Apr 11, 9:48 am, praj <prajakt...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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.

Reply via email to