Adding Fling Gesture to an image view - Android

前端 未结 8 1206
南方客
南方客 2020-11-27 11:37

Okay I have been referencing the code here: Fling gesture detection on grid layout

but just can not get it to work. In my main activity I have a simple image define

8条回答
  •  情歌与酒
    2020-11-27 12:17

    Try to read: http://illusionsandroid.blogspot.com/2011/05/adding-fling-gesture-listener-to-view.html

    It allow you to separate your activity implementation from your custom listener. It is simply a refactoring of the solution reported by Alex Orlov

提交回复
热议问题