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

7

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

Childbirth answered 24/5, 2012 at 21:13 Comment(8)
"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.Lone
First link is broken.Coffeecolored
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.Pettiford
android-arsenal.comAchondroplasia
android-libs.comLunneta
@Pettiford I believe that is why we started a software recommendation SE site.Compressive
Hey deer, I am using this application: Libraries for developers maybe you can check it out !Improvisation
You can also give a look at android.libhunt.com . It is the most useful website to help you find android libs. Cheers!Megohm
F
40

Update June 28, 2013: More libraries

Some high quality ones:

See also:

Related:

Ferren answered 24/5, 2012 at 21:19 Comment(2)
Android UI Patterns is a good start, thanks.Childbirth
controlsandroid.com is trying to collect all the UI and control libraries as well, give them a trySextodecimo
P
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.

Parturifacient answered 29/11, 2012 at 16:6 Comment(2)
Very organised, and has almost every cool feature you may want to implement. Thanks!Chordate
Android Views went offline however if you know a subdirectory the content is still online. E.g. androidviews.net/category/librariesSexology
G
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

Guidry answered 25/5, 2012 at 2:29 Comment(0)
L
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

Lenin answered 26/1, 2013 at 10:40 Comment(1)
theultimateandroidlibrary.com not working anymoreGovernance
C
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.

Childbirth answered 3/12, 2012 at 14:50 Comment(0)
M
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).

Majorette answered 13/1, 2013 at 18:56 Comment(0)
I
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

Inquire answered 7/6, 2012 at 18:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.