eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

Implement JNI version of PageFlip #2

Closed eschao closed 7 years ago

eschao commented 7 years ago

Current version is pure Java, although its performance is good enough for most popular android devices, I still want to implement a JNI version to see how much performance we can improve from native codes!

eschao commented 7 years ago

Completed JNI version, please visit: android-PageFlip-JNI