Android 卷曲半页,双面
Android curl half page, both side
我正在寻找 android 具有像 Aphid 库这样的页面的库(意味着前后翻半页)但具有卷曲效果。
你可以找到蚜虫库here
可以使用原生的FlipViewhttp://developer.android.com/reference/android/widget/ViewFlipper.html or go GL https://github.com/harism/android_page_curl
android-page-curl 是一个模拟页面卷曲效果的 2D 视图。没有OpenGL,只使用了android canvas,所以可以在任何版本的Android!
中使用
您可以使用这个 Library, also you can try this code of Page curl effect in Android, also here's a source code 可能对您有所帮助:)
希望有用!
我正在寻找 android 具有像 Aphid 库这样的页面的库(意味着前后翻半页)但具有卷曲效果。
你可以找到蚜虫库here
可以使用原生的FlipViewhttp://developer.android.com/reference/android/widget/ViewFlipper.html or go GL https://github.com/harism/android_page_curl
android-page-curl 是一个模拟页面卷曲效果的 2D 视图。没有OpenGL,只使用了android canvas,所以可以在任何版本的Android!
中使用您可以使用这个 Library, also you can try this code of Page curl effect in Android, also here's a source code 可能对您有所帮助:)
希望有用!