Dhruva Shastri
Dhruva Shastri

Reputation: 25

Different size of images does not fit in viewpager

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.

enter image description here

enter image description here

enter image description here

Upvotes: 1

Views: 399

Answers (1)

Peppermint Paddy
Peppermint Paddy

Reputation: 1269

I think you are better off with RecyclerView for such a task. Look at this example.

Upvotes: 1

Related Questions