I want to create fling(swipe) action for gridview images.I implemented grid view images using this link
http://www.androidhive.info/2012/02/android-gridview-layout-tutorial/
here when i clicked grid view images it will goes to full screen images.Now after display full image then swipe images left to right and right to left with finger touch. Here not use view flipper because here more images.Here which image is clicked that is display and swipe to right or left.
thanks
I want to create fling(swipe) action for gridview images.I implemented grid view images using
Share
For that you can use GestureDetector and View.onTouchListener
Here is an extract from some code I used previously: