Android Swipe to left or right?
问题 How can I detect in a ListView that someone swiped to the left or the right? 回答1: You'll be wanting this excellent tutorial (site died, here's a new link: http://jsharkey.org/blog/2008/09/15/crossing-things-off-lists-in-android-09-sdk/). Essentially, you're going to create a transparent view in front of the ListView which consumes horizontal motionevents and passes non-horizontal motionevents back down to the ListView. 回答2: gestures recognition wont be supported on 1.5 for which you might