12

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

Community
  • 1
  • 1
Pattabi Raman
  • 5,814
  • 10
  • 39
  • 60

2 Answers2

8

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.

Cuper Hector
  • 846
  • 1
  • 6
  • 18
4

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

Ilya Gazman
  • 31,250
  • 24
  • 137
  • 216