tags:

views:

121

answers:

1

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.

+1  A: 

You can use ViewFlipper to flip between views. Here is an example, ViewFlipper1 or ViewFlipper2. It is possible to asign different animations.

But it depends on what actually you want to flip and animate. You can draw different shapes and drag or animatie them, here is an example.

ArtWorkAD