Fling gesture detection on grid layout

前端 未结 18 1549
遥遥无期
遥遥无期 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:29

    There's a built-in interface that you can use directly for all gestures:
    Here is an explanation for a basic level user: enter image description here There is 2 imports be careful in choosing that both are diferent enter image description here enter image description here

提交回复
热议问题