A simple android application with page curl effect and its easy to use in your Android app.
I have seen alot of tutorials that how to implement page curl effect in android but that are too complicated and not easy to understand.
For instance install in your build.gradle:
dependencies {
implementation 'app.num.numandroidpagecurleffect:numandroidpagecurleffect:1.0'
}
pageCurlView.setCurlView();
pageCurlView.setCurlSpeed();
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.