Android 开源安卓启动器列表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11620144/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:15:11  来源:igfitidea点击:

List of open-source android launchers

androidlauncherandroid-2.3-gingerbread

提问by artem

What actual launchers are open-source? I need launcher for 2.3+, but not launcher-plus or ADW, because they are not supported already. Stock ICS+ launcher is not compilable for 2.3.

哪些实际的启动器是开源的?我需要 2.3+ 的启动器,但不需要 Launcher-plus 或 ADW,因为它们尚不受支持。Stock ICS+ 启动器无法为 2.3 编译。

回答by android developer

according to the list on wikipedia, only a few of the launchers are open source.

根据维基百科上的列表,只有少数启动器是开源的。

however , a launcher is a very simple app . the UI itself is the one that makes the difference.

然而,启动器是一个非常简单的应用程序。UI 本身就是与众不同的地方。

if you wish to start from scratch , you can test out a demo of a launcher made by google :

如果你想从头开始,你可以测试一个由 google 制作的启动器的演示:

http://developer.android.com/tools/samples/index.html

http://developer.android.com/tools/samples/index.html