0
I am creating an app in Android Studio and would like to know if there is any way to do a back and forward by swiping your finger (Flipper I think) calling the next text. So far I already have buttons doing the function, I would like to replace the buttons by Flipper.
See in the documentation Using Viewpager for Screen Slides
– ramaral
I think the most commonly used term is
swipe
meaning to slide.Flip
is used to define the effect of turning on own axis. You can even combine the two so that when sliding your finger the transitionflipa
the screens.– Rene Freak