Reputation:
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?
Upvotes: 2
Views: 5431
Reputation: 669
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-curlThe above three libraries can be used to produce an animation like changing the page of a book.
Hope this helps!
Upvotes: 2