Image Page Scroll Transtion
I have the following xml. I am getting a json object from the server and parse them and display the images on the screen. The following xml and implementation works, but there is a
You should use ViewPager
for horizontally scrolling images.
Here it is a reference from Android documentation.
Here on GitHub I put a sample project implementing this solution, using a custom pager indicator and Picasso library for loading images.
You may like these posts
Post a Comment for "Image Page Scroll Transtion"