Apply PageCurl animation in ViewPager with Fragments

220 Views Asked by At

I have a ViewPager with multiple fragments and I would like to add the PageCurl effect when a fragment is swiped. Like this GitHub RepoVideo.

I've managed to do it using Bitmaps, but not with fragments. How can I implement such a thing with fragments?

0

There are 0 best solutions below