문제

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?

도움이 되었습니까?

해결책 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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top