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?