Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
6  
"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

7 Answers

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.

share|improve this answer
Very organised, and has almost every cool feature you may want to implement. Thanks! – demil133 Jan 1 at 15:45

Some high quality ones:

See also (not as much experience with these libraries/demos):

share|improve this answer
2  
Android UI Patterns is a good start, thanks. – jamesh May 25 '12 at 14:36

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

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

share|improve this answer

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

http://www.theultimateandroidlibrary.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.groidify.uipatterns

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

share|improve this answer

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.

share|improve this answer

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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