I am trying to implement 2,3 and 4 finger swipe (right to left swipe,left to right swipe,top to bottom swipe and bottom to top swipe) in android.
I tried to achieve this functionality in onFling
method of SimpleOnGestureListener
and onTouchEvent()
method in view but i was not able to do this.
Please help me to achieve this functionality.
Thank in advance.