How to slide images by finger in Android ? I mean like Gallery app slide photos... And how to do that animation if I want to slide photos by clicking on button ? Thanks...
Asked
Active
Viewed 5,038 times
1 Answers
4
- For the animation, see ImageSwitcher
- For the gesture part, see this tutorial

Vincent Mimoun-Prat
- 28,208
- 16
- 81
- 124
-
So if I want to slide one image to another by clicking "next" button...I should use Image switcher ??? – Jim May 10 '11 at 11:11
-
Can you look at this http://stackoverflow.com/questions/5950831/android-imageswitcher ? Thanks.. – Jim May 10 '11 at 13:31