Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I do the paper peel effect in Android?

When making an Android app, I want to have the paper peel effect that's popular on the iPhone where the corner looks pulled back and the user and tough and drag to "fold" up the page.

I'm using Titanium, if that matters. How can I do that?

like image 226
Shamoon Avatar asked Oct 11 '22 05:10

Shamoon


1 Answers

I think this link will surely help you out......

https://github.com/harism/android_page_curl/

sorry, the above link was for android, in titanium add this line to your view

transition:Titanium.UI.iPhone.AnimationStyle.CURL_UP

like image 128
Maulik J Avatar answered Oct 18 '22 08:10

Maulik J