How to do page flip/turn/curl effect in android [duplicate]

You can use ViewFlipper to flip between views. http://developer.android.com/reference/android/widget/ViewFlipper.html Simple ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip between each child at a regular interval. It is possible to assign different animations. See here for … Read more