Possible Duplicate:
Android: How can i make my page slide as the user slides finger on the screen?
I have a set of images in drawables folder. I want to show it one by one according to user swipe action. I used OnFling() method to make this. But it displays the image only after the user finished the swipe. I want the image should be move with finger action. Can anyone suggest me the best idea? Thanks.