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:
Best regards.
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