How to do page flipping/turning or curl animation in android ? Is is possible with cocos2d. Please provide any links or example if you know.
feedback
|
|
You can use ViewFlipper to flip between views. http://developer.android.com/reference/android/widget/ViewFlipper.html
It is possible to assign different animations. See here for examples or here on SO. But it depends on what actually you want to flip and animate. You can draw different shapes and drag or animate them. | |||||||
feedback
|
|
Checkout the Android Page Curl project: It has some very nice code for both automated page flips (touch the screen and the page flip animation plays) as manual page flips where the flip actually follows your finger. | ||||
|
feedback
|