android-PageFlip

介绍:

OpenGL 2.0实现的3D翻书效果。

运行效果:

使用说明:

Add it to your build.gradle with:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

and:

dependencies {
    compile 'com.github.eschao:android-PageFlip:v1.0'
}
已下载
0