HI all, do we hv page flip/turn animation in android? i hv several images, and i want to flip iimages on button click. with page turn/ flip animation. plz guide me to achieve it
regards
HI all, do we hv page flip/turn animation in android? i hv several images, and i want to flip iimages on button click. with page turn/ flip animation. plz guide me to achieve it
regards
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.
This is a 3D flip rotation
http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html
that turns the whole page around it's y-axis.