I have an activity which displays multiple listviews. I'd like to be able to fling between them, but the activity does not get the onFling events; they're consumed by the listviews themselves.
How can I get the activity to receive the left/right flings, but still have the listviews receive the up/down ones? By the way, it seems a little strange to me that in many examples it's the activity, not a view, that is associated with detecting fling events. -- 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