帮助 Android 应用程序开发的开源项目列表
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2036213/
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
List of Open Source projects that aid Android app development
提问by Samuh
A lot of open source libraries that aid in Android application development have sprung up with time. IMO looking at source code of good projects helps learn the system better, faster and not to mention reduces development time. Is there a recommended list of such projects or if not, can we build such a list? I think it will really be useful to other developers.
随着时间的推移,许多有助于 Android 应用程序开发的开源库如雨后春笋般涌现。IMO 查看优秀项目的源代码有助于更好、更快地学习系统,更不用说减少了开发时间。是否有此类项目的推荐列表,如果没有,我们可以建立这样的列表吗?我认为它对其他开发人员真的很有用。
Thanks.
谢谢。
采纳答案by Alex Volovoy
source.android.com Examples in SDK
SDK 中的 source.android.com 示例
- http://code.google.com/p/shelves/
- http://code.google.com/p/apps-for-android/
- http://code.google.com/p/foursquared/
- http://code.google.com/p/zxing/
- http://code.google.com/p/shelves/
- http://code.google.com/p/apps-for-android/
- http://code.google.com/p/foursquared/
- http://code.google.com/p/zxing/
I'd also recommend search public repos such as code.google.com, github, bitbucket for keyword android.
我还建议搜索公共存储库,例如 code.google.com、github、bitbucket 关键字 android。
回答by CommonsWare
I'll offer up my CommonsWare Android Components(CWAC).
我将提供我的CommonsWare Android 组件(CWAC)。
回答by Peter Liu
Try Android-Query.
试试安卓查询。
http://code.google.com/p/android-query/
http://code.google.com/p/android-query/
It's designed to make Android coding simpler.
它旨在使 Android 编码更简单。
回答by Snicolas
A more up-to-date list would include, for sure :
更新的列表肯定包括:
- Roboguice(for dependency injection)
- Actionbarsherlock(for a backward compatible action bar)
- HoloEverywhere(to get backward compatible holo theme)
- Spring Android(to get a robust rest client)
- Roboguice(用于依赖注入)
- Actionbarsherlock(用于向后兼容的操作栏)
- HoloEverywhere(获得向后兼容的全息主题)
- Spring Android(以获得强大的休息客户端)

