Question

I'm developing an eBook Reader and need to have the flip effect between pages.

I want has support to flip from right or left.

How can I do that on Android?

Was it helpful?

Solution 2

This solve my problem:

http://code.google.com/p/android-page-curl/

This doesn't have the effect of the reflected image but help a lot.

OTHER TIPS

For basic page-turning animations, the ViewFlipper and ViewAnimator classes -- they can apply any inAnimation and outAnimation you can define in a resource file.

However, for full effect you'll want the curved page bulging toward you as it passes by, which I think is beyond the ability of those simple animations (somebody correct me if that's wrong), and you'll want a touch event handler so it happens through the whole dragging motion.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top