问题
I want to add notebook type ViewPager to swipe like notebook page. I know about simple ViewPager
. So how can i=I do that? Can I use animation for that or any library available?
回答1:
You need to implement Flip Effect as in a Notebook..
The following three open source libraries will help :
JazzyViewPager
: https://github.com/jfeinstein10/JazzyViewPagerCardFlipAnimation
: https://github.com/balesz/android-tutorial-CardFlipAnimationAndroid Page Curl
: https://github.com/MysticTreeGames/android-page-curl
The above three libraries can be used to produce an animation like changing the page of a book.
Hope this helps!
来源:https://stackoverflow.com/questions/30635109/android-viewpager-swipe-like-notebook-page-change