bookmark

Android Demo Gesture Listener | Christian Albert Mueller


Description

public boolean dispatchTouchEvent(MotionEvent me) { gestureScanner.onTouchEvent(me); return super.dispatchTouchEvent(me); }

when you do that, the demo listener works also on buttons !

Preview

Tags

Users

  • @sac

Comments and Reviews