Trouble with detecting gestures over ListView
- by Andrew
I have an Activity that contains a ViewFlipper. The ViewFlipper includes 2 layouts, both of which are essentially just ListViews.
So the idea here is that I have two lists and to navigate from one to the other I would use a horizontal swipe.
I have that working. However, what ever list item your finger is on when the swipe begins executing,…