50

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.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Samuh
  • 36,316
  • 26
  • 109
  • 116
  • I've just published a menu component: https://github.com/siyamed/android-satellite-menu It is like the menu in Path's android app. – Siyamed Jan 16 '12 at 06:26
  • This open source GitHub project (MAHAndroidUpdater)is providing update functionality. Try it, Very simple. https://github.com/hummatli/MAHAndroidUpdater – Sattar Hummatli Jul 21 '16 at 14:46

6 Answers6

19

source.android.com Examples in SDK

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

JJD
  • 50,076
  • 60
  • 203
  • 339
Alex Volovoy
  • 67,778
  • 13
  • 73
  • 54
11

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

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
8

Try Android-Query.

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

It's designed to make Android coding simpler.

Peter Liu
  • 180
  • 1
  • 5
3

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

Snicolas
  • 37,840
  • 15
  • 114
  • 173
3

http://android.wordpress.org/development/

Vikas
  • 24,082
  • 37
  • 117
  • 159
2

I have heard of droid-fu

JJD
  • 50,076
  • 60
  • 203
  • 339
Alex Beggs
  • 29
  • 1