I'm having a class that extends from SimpleOnGestureListener, in that class I got a method: public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY).
Now I can get the e1 and e2 coordinates and I can check what kind of gestures it is but is it possible to get the intermediate coordinates too?