Implement Page Curl/ Turn effect on single layout

666 views Asked by At

I know page curl is discussed a lot times before(like here, here , this). Am supposed to do a book like application where while turning the pages would give the feel of a real book page. I have a layout which holds a text view and on next and previous button click am able to update the page content.

But implementing a pagecurl on this layout seems a lot difficult. Most of the samples do curl effect on images say 3 or 5 images. And some others do page curl effect on 2 layouts by flipping between them. In my case I need to bring this effect on my sublayout(linearlayout) within parent layout(relative). I just need to bring a curl effect on my sublayout so as to get the feel of book turning and content updation.

Does anyone have any idea.

Any suggestions/advise is appreciated

Thanks in advance

0

There are 0 answers