Hi all, do we have page flip/turn animation in android?
I have several images, and i want to flip images on button click. With page turn/flip animation.
Please guide me to achie
You can use a View Flipper. You can add 2 imageViews to ViewFlipper and keep changing the images in the 2 ImageViews. There are ways to completely flip the contents. Please let me know if you need that.