Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement Flipboard ipad page turning animation for view flipper in android?

Trying to implement page turning animation exactly as the flipboard ipad app. I have referred some blogs and following links :

Android: How to make the flip animation for android activity, as like iphone flip horizontal from left to right?

How to do page flip/turn/curl effect in android

but able to implement only the normal page curl effect. Is there a way to implement the page turning effect for view flipper similar to flipboard ipad app in android? The flipboard ipad app animation is as in the following link :

Flipboard ipad app

like image 317
Pattabi Raman Avatar asked May 19 '12 04:05

Pattabi Raman


2 Answers

Try this: http://openaphid.github.com/blog/2012/05/21/how-to-implement-flipboard-animation-on-android/

It may not meet your requirement as it uses OpenGL ES.

like image 128
Cuper Hector Avatar answered Sep 28 '22 04:09

Cuper Hector


Here is a good tutorial that explain this principle(it's implemented with Flex, but works with android too).

like image 31
Ilya Gazman Avatar answered Sep 28 '22 04:09

Ilya Gazman