Reputation: 25
I want to load images into imageview of viewpager receiving from webservice. Images received are in different sizes. so, due to different image sizes space between two images keeps changing and alignment disorders. Things to achieve as shown in below images are:
Links and demos i followed are: Multiviewpager commonsware blog viewpager-container carousel-viewpager CarouselViewPager Carousel-Layout-by-ViewPager
Thanks in advance for any help.
Upvotes: 1
Views: 399
Reputation: 1269
I think you are better off with RecyclerView for such a task. Look at this example.
Upvotes: 1