I want to load some images from web into a viewpager (Lazyloading) with viewpager having circle indicator.
I mean before loading images, a simple image is displayed and after image being loaded from web, they must be replaced. I have a library for viewpager with circle indicator here, but can't use it for lazyloading. And I have a tutorial for lazy loading images but it's not viewpager with circle indicator.
Please help.