I have created an application where in I have a page which contains for text and one ‘Next’ button and one ‘Previous’ button. Clicking ‘Next’ button, page shows some next text that is being takes from a list which contains a list of String text. ‘Previous’ button shows the last visited text.
It is working fine. But now I want to implement something new where swipe of finger by user would take to the next text or previous. Finger swipe as used while accepting a call.
You are looking for gesture detectors. And you can find it here.
http://android-journey.blogspot.com/2010/01/android-gestures.html
http://coderzheaven.com/2011/03/using-gestures-in-androida-simple-example/