Swipe listeners in Android

前端 未结 4 1353
無奈伤痛
無奈伤痛 2021-02-08 09:49

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

4条回答
  •  半阙折子戏
    2021-02-08 10:25

    Here's a related quetion about implementing gestures detection:

    Fling gesture detection on grid layout

    You could also use a ViewFlipper with some animation to switch between the views, it looks good, here's an example implementation for enabling left/right swipe on a viewflipper:

    http://www.inter-fuser.com/2009/07/android-transistions-slide-in-and-slide.html

提交回复
热议问题