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.
Thanks.
source.android.com Examples in SDK
- 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.
I'll offer up my CommonsWare Android Components (CWAC).
Try Android-Query.
http://code.google.com/p/android-query/
It's designed to make Android coding simpler.
http://android.wordpress.org/development/
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)
I have heard of droid-fu
精彩评论