I want to get fling gesture detection working in my Android application.
fling
What I have is a GridLayout that contains 9 ImageView
GridLayout
ImageView
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