I am using the Page curl animation in my application.
Code can be found here: https://github.com/harism/android_page_curl/.
That code is working fine but i want to make some Modifications in it.
1.To display the image on full screen with no background.
2.I want to show this curl animation on click of the button also.
The code for the mail CurlActvity class is http://pastebin.com/ZLzP6Zxt at there.
If anyone have some Idea about where i have to made changes the code then please help me. Any help is appreciated.
Edit:
The 1st problem To display the image on full screen with no background is solved by some modifications in the private class SizeChangedObserver
. The only issue is to set the animation onClick of the button.