Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android coverflow

I'm writing an application 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?

like image 526
Alexander Stolz Avatar asked Apr 07 '09 12:04

Alexander Stolz


2 Answers

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

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

like image 170
taf Avatar answered Nov 02 '22 23:11

taf


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.

like image 44
sooniln Avatar answered Nov 02 '22 22:11

sooniln