I want to build a movie app where the first page shows a button that takes to actions on swipe. On swipe right the pages for all movies should be shown and on swipe left shows the favourite movies. I am thinking of using Recycler-view swipe effect on the button as it is the easiest, flexible and effective way I can think of right now.
Is there a better way to implement swipe on views.