Fling gesture detection on grid layout

前端 未结 18 1555
遥遥无期
遥遥无期 2020-11-21 04:38

I want to get fling gesture detection working in my Android application.

What I have is a GridLayout that contains 9 ImageView

18条回答
  •  无人共我
    2020-11-21 05:25

    To all: don't forget about case MotionEvent.ACTION_CANCEL:

    it calls in 30% swipes without ACTION_UP

    and its equal to ACTION_UP in this case

提交回复
热议问题