How to create a Cover Flow effect in android

6.6k Views Asked by At

Possible Duplicate:
Setting up a cover flow in Android

i wish to create a cover flow effect for my android app,

2

There are 2 best solutions below

0
On BEST ANSWER

Refer to this link

its provide library for that

http://code.google.com/p/android-coverflow/

0
On

I used this code on my project http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html

You can adapt it to load the contents from some datasource, it's not a hard work.