Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Page curl effect for Activities in Android

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 ?

like image 980
surendra Avatar asked Dec 30 '11 12:12

surendra


1 Answers

@surendra

Here is one good example explaining how you can add page curl to activity...

http://devappandroid.com/android-beginner/page-curlturn-effect-android

like image 56
Hignesh Hirani Avatar answered Sep 23 '22 14:09

Hignesh Hirani