Well, you can set a OnTouchListener on any view, including ListView,
and use a GestureDetector to detect horizontal flings. So, yes, I
guess. The problem with this whole touch mechanism in Android is that
child views can silently consume the touch gesture, so your fling will
not even propagate up to your ListView when it happened on a list
element.

Doesn't look like fling support as known from the iPhone was ever
meant to be part of Android's UI design. Making your app react to
flings (or even detect them properly) is a messy and fragile procedure
in Android.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to