How can I add a progress bar to a ViewPager in Android?
My scenario is that I have to load imageURL’s in a ViewPager. When the user swipes the pager, if the ImageURL is not loaded I need to show the progress bar/loading GIF image.
Is it possible?
I think Satya was thinking to something like this in the following.
In your viewpager adapter class you should have this method:
And the R.layout.fotopager_buttons.xml like that:
You can see the rest of the imageLoader class here: https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/UniversalImageLoaderExample/src/com/nostra13/example/universalimageloader/ImagePagerActivity.java