문제

I am using ViewPager in my application. I can do basic paging like in Android's default launcher. Which is very easy to do. I want to add custom animation to this paging just like in Go launcher or every other 3rd party launchers.

I have found this library http://nineoldandroids.com/

It has rotate animations. How can I use them with viewpager?

Thank you.

도움이 되었습니까?

해결책

Support Library revision 11 has added this feature.

You can see

Added PageTransformer interface to ViewPager to allow applications to supply a custom transition behavior for scrolling.

here in the link http://developer.android.com/tools/extras/support-library.html

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