开发者

Page turn/flip animation in Android?

Hi all, do we have page flip/turn animation in an开发者_StackOverflow社区droid? I have several images, and i want to flip images on button click. With page turn/flip animation. Please guide me to achieve it.


None of these are really 3D flips. The depth animation is necessary to get that 3D feel (as in the iOS flip view transition). For a nice implementation of 3D flips in android, take a look at this googlecode: https://code.google.com/p/android-3d-flip-view-transition

A video is here too: http://youtu.be/52mXHqX9f3Y


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜