I have a custom ViewSwitcher in which I implemented touch events so I am able to scroll through screens using the touchscreen.
ViewSwitcher
My layout hierarchy looks
what i did is to set a toucheventlistener on the listview in the viewswitcher, handles the event, detects the fling action and call the metchod of viewswitcher. it works.