Android coverflow

2019-03-10 03:19发布

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?

5条回答
The star\"
2楼-- · 2019-03-10 03:37

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.

查看更多
唯我独甜
3楼-- · 2019-03-10 03:41

This is not provided by default however there is:

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

查看更多
男人必须洒脱
4楼-- · 2019-03-10 03:52

For latest versions (3.1+) of the sdk there is a sample provided during Google I/O 2 years ago. It shows a 3D coverflow which could be an alternative to a coverflow. (It's widely used in apps like Google Music and News app).

Demo here.

Source code here.

查看更多
等我变得足够好
5楼-- · 2019-03-10 03:52

I made a coverflow widget from scratch. It doesn't use any deprecated components. You can find it here: http://applm.github.io/ma-components/

查看更多
Luminary・发光体
6楼-- · 2019-03-10 03:54

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

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

查看更多
登录 后发表回答