How can I add a progress bar to a ViewPager in Android?
ViewPager
My scenario is that I have to load imageURL\'s in a ViewPager. When the user swipes
You could try to handle that in your own view rather than tying it up with the viewpager.