15

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 ?

surendra
  • 2,197
  • 7
  • 33
  • 41
  • 1
    didn't tried for it yet..but as you got code for image,can you try convert your linearlayout/relative into Bitmap and then show curl-effect and then show next activity?..sorry no specific ideas..but commenting to boost you that you can atleast give a try,, – MKJParekh Jan 02 '12 at 10:00
  • In hopes that this is the target implementation I provide you the following link. http://tinyurl.com/7k3tqr8 – wurde Jan 05 '12 at 10:14
  • With Jelly Bean (Android 4.1) they have added animations between Activity changes. And I think Jake Warthon implemented a support version of it to use on older SDKs. I don't know how to implement the animation tough. Just an idea. – tasomaniac Aug 22 '12 at 23:01
  • I unsuccessfully tried to do this for activity... let me kno if it works out for u – Mal Aug 30 '12 at 11:49

1 Answers1

15

@surendra

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

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

Hignesh Hirani
  • 1,049
  • 11
  • 16