What is the difference between onScroll() and onFling() in the GestureDetector interface? When I print events, they show the same thing. At least the latest onScroll() and onFling() .
The only true difference I noticed is that onScroll() is called much more often, always throwing only once.
android android gesture
Mulgard
source share