Is there something like onLeftSwipeListener and onRightSwipeListener in Android? I want to switch views swiping finger back and forward. I use a FrameLayout and an ImageView ins
Its called GestureDetector and SimpleOnGestureListener which has onFling(). Its called fling and not swipe in this context :)
onFling()