I am looking for android library which has pages like Aphid library (means half page turn with front and back) but with curl effect.
You can find Aphid library here
I am looking for android library which has pages like Aphid library (means half page turn with front and back) but with curl effect.
You can find Aphid library here
You can use this Library, also you can try this code of Page curl effect in Android, also here's a source code that may hel you out :)
Hope it works!
You can use the native FlipView http://developer.android.com/reference/android/widget/ViewFlipper.html or go GL https://github.com/harism/android_page_curl
The android-page-curl is a 2D View which simulates a page curl effect. Without OpenGL, only the android canvas has been used, so that it can be used in any version of Android!