0

I want to make a HorizontalScrollView including multiple ImageViews in android studio, It's easy, but I want it to show only single ImageView with width=match_parent on my screen, something like what you can see on Instagram posts, images are side by side, but you can see one image only, and you can scroll to next or previous images, please help me...

Arash
  • 72
  • 1
  • 2
  • 7

1 Answers1

0

The best solution - is to use vertical View Pager. Here you can see simple example and links to already implemented ones on GitHub - Android: Vertical ViewPager

Yegorf
  • 400
  • 2
  • 11