List of Open Source projects that aid Android app development

AndroidOpen Source

Android Problem Overview


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.

Android Solutions


Solution 1 - Android

source.android.com Examples in SDK

I'd also recommend search public repos such as code.google.com, github, bitbucket for keyword android.

Solution 2 - Android

I'll offer up my CommonsWare Android Components (CWAC).

Solution 3 - Android

Try Android-Query.

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

It's designed to make Android coding simpler.

Solution 4 - Android

Solution 5 - Android

A more up-to-date list would include, for sure :

Solution 6 - Android

I have heard of droid-fu

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSamuhView Question on Stackoverflow
Solution 1 - AndroidAlex VolovoyView Answer on Stackoverflow
Solution 2 - AndroidCommonsWareView Answer on Stackoverflow
Solution 3 - AndroidPeter LiuView Answer on Stackoverflow
Solution 4 - AndroidVikasView Answer on Stackoverflow
Solution 5 - AndroidSnicolasView Answer on Stackoverflow
Solution 6 - AndroidAlex BeggsView Answer on Stackoverflow