-1

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

Tushar Gogna
  • 4,963
  • 6
  • 31
  • 42
Asheesh
  • 565
  • 6
  • 21

3 Answers3

1

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!

Skizo-ozᴉʞS ツ
  • 19,464
  • 18
  • 81
  • 148
0

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

eduyayo
  • 2,020
  • 2
  • 15
  • 35
0

Try Page Curl for Android

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!

Community
  • 1
  • 1
Kishan Vaghela
  • 7,678
  • 5
  • 42
  • 67