10

I have to implement page curl with Viewpager so that when user swipe the layouts added to the view pager have the page curling effect. I have downloaded github.com/harism/android_page_curl but it seems like it works only for images as do most of the other implementations.. Can anyone please tell me a workaround of it so that I can perform a page curl with the views I have added to the view pager? Thank you.

bastien
  • 2,940
  • 1
  • 13
  • 23
Deepak Senapati
  • 1,103
  • 2
  • 11
  • 30

2 Answers2

0

This link will help you out. You can use Page curl in a fragment within the view pager.

Amritha Dilip
  • 723
  • 1
  • 8
  • 16
0

you can use this link https://github.com/MysticTreeGames/android-page-curl

i hope this help you

Satish
  • 39
  • 7