Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: page curl effect like iphone

I want to create half page curl animation effect as shown in image:

enter image description here

I've used code from https://github.com/harism/android_page_curl/ , but it turns whole page. I just only want half page curl effect as shown in image.

like image 337
user609239 Avatar asked May 23 '11 12:05

user609239


1 Answers

You could try to modify my implementation. It's not 3D but a nice 2D simulation using the plain canvas: http://code.google.com/p/android-page-curl/

If you enbale the debug mode you will see how it works and modifying the curl plane should be easy.

like image 197
Moss Avatar answered Nov 15 '22 01:11

Moss