So I have a ListView that has several ImageViews in each list item. I use the Universal Image Loader to load each image.
What I want is to show a single indeterminate progress bar spinner (say on the actionbar), while all the images in the list are loading, and when the last image has loaded the spinner is hidden.
I am not sure if this is possible, or the best technique for doing this?
Thanks.