Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Flipboard effect on Android

I really like some effects in iPad. Especial flipboard, but I am an android developer at the moment, so I want to build an app which has the same effect. But I cannot find any source code about it on the Internet. On youtube I found a video I really like. Can someone help me?

like image 412
NemoDo Avatar asked Feb 21 '12 08:02

NemoDo


2 Answers

Hey… Here is a quick guide for getting the clipboard effect on your Android phone. Just go through this tutorial for getting it. Hope it will be helpful to you.

like image 127
Jessica Eldridge Avatar answered Sep 22 '22 12:09

Jessica Eldridge


http://openaphid.github.com/blog/2012/07/27/how-to-handle-touch-events-for-flip-animation/ there u go, but it is on opengl, and i'm not sure if it supports complex views as ListView. If you want to make one from the scratch i also recommend you this link. It is on Flex, but the principle is similar. http://oreilly.com/pub/a/javascript/archive/flashhacks.html?page=1

like image 42
desgraci Avatar answered Sep 22 '22 12:09

desgraci