In the Android Developers gesture design section, the term "swipe" is used.
In the developer section, the term "fling" is used.
Are these terms synonymous? From what I have found, I believe they are, but nowhere is it explicitly said one way or the other.
That said, if I want to implement functionality for a "swipe," should I implement onFling
in GestureDetector
?
Swipe gesture activities vary based on context. The speed at which a gesture is performed is the primary distinction between Drag, Swipe, and Fling.
Gesture velocity impacts whether the action is immediately reversible.
from https://www.google.com/design/spec/patterns/gestures.html