Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source Android libraries? Reusable Views, ViewGroups, Adapters etc? [closed]

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

like image 681
jamesh Avatar asked May 24 '12 21:05

jamesh


4 Answers

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
like image 139
Mattias Isegran Bergander Avatar answered Oct 12 '22 14:10

Mattias Isegran Bergander


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.

like image 43
Timothée Jeannin Avatar answered Oct 12 '22 14:10

Timothée Jeannin


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

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

like image 8
theelfismike Avatar answered Oct 12 '22 16:10

theelfismike


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

like image 3
Sunny Kumar Aditya Avatar answered Oct 12 '22 14:10

Sunny Kumar Aditya