Possible Duplicate:
Implement page curl on android?
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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.