You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can observe MotionEvents but, if I'm not mistaken, a GestureDetector is used through inheritance in the onTouchEvent Method of a view (i.e it takes code to set and unset) and intercepts (or not) motion events
What would be the best way to observe the many events provided by the gesture detector ?
The text was updated successfully, but these errors were encountered:
We can observe MotionEvents but, if I'm not mistaken, a GestureDetector is used through inheritance in the onTouchEvent Method of a view (i.e it takes code to set and unset) and intercepts (or not) motion events
What would be the best way to observe the many events provided by the gesture detector ?
The text was updated successfully, but these errors were encountered: