简体   繁体   English

Android coverflow

[英]Android coverflow

I'm writing an application for android and would like to have an itunes like coverflow preview. 我正在为Android编写一个应用程序,并希望有像coverflow预览这样的itunes Is there anything in the api that I can use or do I have to build it from scratch? api中有什么我可以使用或者我必须从头开始构建它吗?

I've created a basic coverflow widget it can be found here: 我已经创建了一个基本的coverflow小部件,可以在这里找到:

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

There is no built-in coverflow widget, the closest thing is probably the Gallery widget. 没有内置的Coverflow小部件,最接近的可能是Gallery小部件。 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. 谷歌在Android上有一些关于封面流程的提及,但我没有详细检查过。

This is not provided by default however there is: 默认情况下不提供此功能,但有:

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

For latest versions (3.1+) of the sdk there is a sample provided during Google I/O 2 years ago. 对于sdk的最新版本(3.1+),在2年前的Google I / O期间提供了一个示例。 It shows a 3D coverflow which could be an alternative to a coverflow. 它显示了3D覆盖流,可以替代覆盖流。 (It's widely used in apps like Google Music and News app). (它广泛用于谷歌音乐和新闻应用等应用)。

Demo here . 在这里演示。

Source code here . 源代码在这里

I made a coverflow widget from scratch. 我从头开始制作了一个Coverflow小部件。 It doesn't use any deprecated components. 它不使用任何已弃用的组件。 You can find it here: http://applm.github.io/ma-components/ 你可以在这里找到它: http//applm.github.io/ma-components/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM