tags:

views:

233

answers:

2

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

A: 

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.

Amit Chintawar
hey,acually i hv 40 imagesand on click on lower right of screen, it should turn above and next image show up, similary, if i click on upper left of screen, previous image should come back.yes sure i need it man
shishir.bobby
Hey amit...w8ing for reply
shishir.bobby
A: 

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.

Mathias Lin