I am developing a project in which on the same view when a button clicks, the contents got changed. e.g.
suppose there are 5 questions and on next button click, the questions and answers will change, from 1-5 questions. and I want to implement page curl animation on button click...
I got the page curl animation code from github https://github.com/harism/android_page_curl , but still confused with how to implement this project as a library in my application,
so that I can use the page curl animation when the user click on next and previous button, can anyone pplss guide me into this, how can I implement this code on next button click...
Thanks.....