views:

2874

answers:

3
+2  Q: 

Android coverflow

Im writing an app for android and would like to have an itunes like coverflow preview. Is there anything in the api that I can use or do I have to build it from scratch?

+3  A: 

There is no built-in coverflow widget, the closest thing is probably the Gallery widget. Still I'd be surprised if someone hadn't tried something of the sort yet, and you might find some code floating around the internet. Google has some mentions of coverflow on Android, though I haven't checked it out in any detail.

Soonil
Gallery is awesome thanks I will use it +1
Alexander Stolz
There is a Coverflow view in the music application. But I haven't figured out if they use a standard view that is just not documented of if they wrote their own.
Janusz
+8  A: 

I've created a basic coverflow widget it can be found here:

http://www.inter-fuser.com/2010/01/android-coverflow-widget.html

taf
A: 

Thanks taf. Your application is awesome. Can you prepare an application on page curl animation in android which is in iPhone. I would be very thankful to you if you help me out in this.

Sue