Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I've just published a menu component: github.com/siyamed/android-satellite-menu It is like the menu in Path's android app. – Siyamed Jan 16 '12 at 6:26

closed as not constructive by casperOne Sep 3 '12 at 17:51

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

7 Answers

up vote 13 down vote accepted

source.android.com Examples in SDK

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

share|improve this answer

Try Android-Query.

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

It's designed to make Android coding simpler.

share|improve this answer

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

share|improve this answer

I have heard of droid-fu

share|improve this answer
1  
The project merged into ignition. – JJD Apr 7 '12 at 17:26

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.