53

Here's what I really want: a site collecting re-usable components for Android.

I have found various small lists, the biggest being the Open Intents library list. Mark Murphy (hi, Mark) also lists the library projects he publishes.

None of this is of the same order as, say Cocoa Controls or Cocoa Objects.

Where do you go to grab re-usable libraries for Android?

Edit: this isn't just about library projects, though this would be ideal. On the flip side: where do I publish my open-sourced library projects, over and above just "Github".

jamesh
  • 19,863
  • 14
  • 56
  • 96
  • 10
    "Here's what I really want: a site collecting re-usable components for Android." -- I have been begging for people to make one for years. – CommonsWare May 25 '12 at 11:07
  • First link is broken. – RenniePet Aug 14 '13 at 20:18
  • 5
    I find these kinds of questions very helpful, and it annoys the crap out of me that SO keeps trying to shut them down. There is clearly demand for this kind of information, so they should either relax their policies or find a better way to support this kind of question. – greg7gkb Oct 03 '13 at 01:01
  • 3
    http://android-arsenal.com – Vladislav Bauer May 18 '14 at 12:42
  • [android-libs.com](https://www.android-libs.com) – amahrt Feb 04 '15 at 14:26
  • @greg7gkb I believe that is why we started a software recommendation SE site. – Jax May 18 '15 at 14:19
  • Hey deer, I am using this application: [Libraries for developers](https://play.google.com/store/apps/details?id=com.desarrollodroide.repos&hl=tr) maybe you can check it out ! – Yasin Kaçmaz Aug 25 '16 at 12:21
  • You can also give a look at https://android.libhunt.com . It is the most useful website to help you find android libs. Cheers! – Stan Bright Oct 19 '16 at 11:30

7 Answers7

40

Update June 28, 2013: More libraries

Some high quality ones:

See also:

Related:

Philipp Jahoda
  • 50,880
  • 24
  • 180
  • 187
Mattias Isegran Bergander
  • 11,811
  • 2
  • 41
  • 49
15

You may want to take a look at Android Views.

It is pretty new but it provides useful links to re-usable components for Android.

It also has a simple rating and commenting system.

Timothée Jeannin
  • 9,652
  • 2
  • 56
  • 65
  • Very organised, and has almost every cool feature you may want to implement. Thanks! – dinigo Jan 01 '13 at 15:45
  • 2
    Android Views went offline however if you know a subdirectory the content is still online. E.g. http://www.androidviews.net/category/libraries/ – rekire Jul 07 '14 at 10:04
8

This site is a great reference for collecting libraries for Android as well as other mobile app platforms:

http://appdevwiki.com/wiki/show/HomePage

theelfismike
  • 1,621
  • 12
  • 18
3

These site have a great collection of android open source libraries, just in case you are interested:

http://android-arsenal.com/

https://f-droid.org/

You can also download these apps for checking out different libraries :

https://play.google.com/store/apps/details?id=com.inappsquared.devappsdirect

https://play.google.com/store/apps/details?id=com.tual

Sunny Kumar Aditya
  • 2,806
  • 4
  • 26
  • 38
1

Scott Alexander Brown has an excellent talk covering some very useful tools.

He also points out The Ultimate Android Library (TUAL), which is analogous to Cocoa Controls.

Edit: The site DroidStyle gives a series of examples of UI Patterns.

jamesh
  • 19,863
  • 14
  • 56
  • 96
1

Some useful libraries:

I want to suggest you few android libraries, that is pretty well made (I think):

AndroidSideMenu - lets you create slide menu (like in YouTube app). I know that there is a bunch of alternatives, but this one is much faster. Overdraw is reduced and main layout is cached while drawing, so it perfect solution if your layout is "heavy". No tricks with HorizontalScrollView - this one uses pure android-way to create view.

CircleLayout - lets you arrange views into a circle (views just arranged in circle) or pie (views are cropped to form a nice looking pie).

Dmitry Zaytsev
  • 23,650
  • 14
  • 92
  • 146
0

I commit on OAK Android Kit: http://willowtreeapps.github.com/OAK/

It also includes a quick-start to get an android app up and running in very short order:

http://willowtreeapps.github.com/OAK/quick-start.html