Open source Android libraries? Reusable Views, ViewGroups, Adapters etc?

android, android-widget, library-project, open-source

Solution

Update June 28, 2013: More libraries

Some high quality ones:

actionbarsherlock.com

DragSortListView

FadingActionBar

Square Open Source Android libraries (multiple high quality libraries)

ActionBar-PullToRefresh

PagerSlidingTabStrip

FunDapter

viewpagerindicator.com

GreenDroid or the GDCatalog demo app

See also:

- Android UI Patterns App demoing and listing lots of components from various developers (the app has been removed from the playstore, the link to it points to the developers post in google plus to the binaries and extra info)

- Android Views

- Android Weekly's Toolbox page

- Androidplot for charts etc

- Android-Arsenal great collection for all kinds of libraries

Related:

- android-resources-each-developer-should-know

Problem

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".

Original source