I have used both Gallery and ViewPager widgets, I am fetching images from web service,
but I couldn’t place them in the ViewPager, but in Gallery it is easy.
I used this tutorial for ViewPager
http://mobile.tutsplus.com/tutorials/android/android-user-interface-design-horizontal-view-paging/
I want android Gallery widget scroll like the ViewPager scroll,
is this possible, how can I do this.
Here is a bare bones example of the instantiateItem() method for your PagerAdapter that would fill it with image views dynamically.