I need page curl effect for Activities in Android as in iPhone.
I checked the following links
http://code.google.com/p/android-page-curl/
https://github.com/harism/android_page_curl/
But both are useful for Bitmap (Images) only but i need curling effect at startActivity() i.e, when i am going for new Activity.
Is it possible ? and how ?