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...
Asked
Active
Viewed 162 times
0
-
why not use a **RecyclerView** with horizontal scrolling? – Shay Kin Apr 06 '21 at 13:07
-
I don't know how it works, I'm beginner in development for android, can you write the code for me and guide me how to use it? – Arash Apr 06 '21 at 13:36
-
please follow this [tutorial](https://demonuts.com/android-horizontal-recyclerview/) – Shay Kin Apr 06 '21 at 13:51
1 Answers
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