Awesome
PageFlip JNI
An Android library of 3D style page flip. It needs OpenGL 2.0!
For Java version, please visit: android-PageFlip
Installation
Gradle
Add it to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
and:
dependencies {
compile 'com.github.eschao:android-PageFlip-JNI:1.0'
}
License
This project is licensed under the Apache License Version 2.0