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

2

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

Kath answered 19/5, 2012 at 4:41 Comment(0)
R
4

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

Rarotonga answered 28/5, 2012 at 9:17 Comment(0)
I
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.

Insensibility answered 23/5, 2012 at 1:19 Comment(1)
yes, but i was asking for the flipboard ipad app. +1 and thank you for the useful info.Kath
R
4

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

Rarotonga answered 28/5, 2012 at 9:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.