-1

Does anyone know how to do a list browsing (e.g. RecyclerView), where each element of the list fills the entire screen, and the transition to the next / previous element is to be done by swipe left / right? Something like this: Reference image

Best regards.

sanjeev
  • 1,664
  • 19
  • 35
Tomasz
  • 1
  • 2

1 Answers1

0

You need ViewPager for this Check this link https://www.journaldev.com/10096/android-viewpager-example-tutorial

There are many more links that can help you in this case. Search for ViewPager

S.Ambika
  • 292
  • 1
  • 14
  • I implement ViewPager2 based on https://proandroiddev.com/look-deep-into-viewpager2-13eb8e06e419. :-) Thank you very much for all answers. – Tomasz Nov 28 '19 at 12:25