eschao / android-PageFlip

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

can it be used with Glide? #4

Closed weizai closed 7 years ago

weizai commented 7 years ago

can it be used with glide or other imageloader framework?

eschao commented 7 years ago

@weizai: Sorry, I didn't try. But I doubt it mostly can't be since it need OpenGL and implemented for GLSurfaceView. You can give me a small example about glide or image loader or tell me where the library you will use is, I can try when I am free. (I'm busying on JNI development ^_^) Thanks!