java - GestureDetector and GestureDetectorCompat -
What is the difference between the gesturedate class and gesture detector compact class? Both to do the same thing (dealing with gestures), but what should I use?
Havani detector acceleration is the only way to use all the gesture detector capabilities on the old Android version.
So you probably want to use Compat Edition which has the same API.
Comments
Post a Comment