List of Open Source projects that aid Android app development [closed]

A lot of open source libraries that aid in Android application development have sprung up with time. IMO looking at source code of good projects helps learn the system better, faster and not to mention reduces development time. Is there a recommended list of such projects or if not, can we build such a list? I think it will really be useful to other developers.

Thanks.


Asked by: Ryan635 | Posted: 25-01-2022






Answer 1

source.android.com Examples in SDK

I'd also recommend search public repos such as code.google.com, github, bitbucket for keyword android.

Answered by: Marcus619 | Posted: 26-02-2022



Answer 2

I'll offer up my CommonsWare Android Components (CWAC).

Answered by: Catherine323 | Posted: 26-02-2022



Answer 3

Try Android-Query.

http://code.google.com/p/android-query/

It's designed to make Android coding simpler.

Answered by: Rafael593 | Posted: 26-02-2022



Answer 4

http://android.wordpress.org/development/

Answered by: Wilson540 | Posted: 26-02-2022



Answer 5

A more up-to-date list would include, for sure :

Answered by: Adelaide523 | Posted: 26-02-2022



Answer 6

I have heard of droid-fu

Answered by: Joyce878 | Posted: 26-02-2022



Similar questions

Having two or more Library Projects and the Main Project in Android Development

I added johannilsson-android-actionbar as a library to my project. It worked well, and everything was good for me. But recently, I have added the uitableView as a library and got this error: /--mypath--/actionbar/res/values/attrs.xml:19: error: Attribute "tittle" has already been defined And the R is not Known, so I cannot reference my XML. I have ADT 17 and Eclipse 3.7. I trie...


Flash or FlashLite development for Android?

I'm investigating the possibility to develop Flash or FlashLite apps that runs on Android as stand-alone apps, but I'm not finding anywhere a clear, definitive and up-to-date answer. Questions: The HTC Hero supports Flash out-of-the-box (without installing it), right?...it's written everywhere, but which version? Flash 9? Flash 10? Flash Lite? Does the Google Nexus One supports Flash, out-o...


What's a good, free source control system for eclipse android development?

Closed. This question does not meet Stack Overflow guid...


is there a masters degree in Mobile development like android?

Closed. This question is off-topic. It is not curre...


Regarding android Development

I am doing an application in which I have to display the numbers on TextView randomly and automatically with the help of Timer. I am able to get the random Numbers in the log without repeating, but I am not able to print the same on device please help me... Regards, Akki Source: //RandomNumber.java public class RandomNumber extends Activity{ static Random randGen = new Random(); in...


Android Development Machine

With the latest SDK release, and the ability to download separate platforms releases into the SDK, the hardware resources required to develop for Android have increased significantly. Assuming that the developer targets all currently available seven platforms - that could take your dev machine to its knees. Taken alone the 'Android SDK Content Loader' takes nearly two minutes on a dual-core machine with 2GB memory.


iphone - Best database for mobile phone development

Closed. This question does not meet Stack Overflow guid...


model view controller - Does Android UI development lend itself well to a particiular design pattern?

Does the Android platform lend itself well to a particular style of UI programming like MVC or MVP? Most of my UI experience is with spaghetti code on a very old embedded device or in GWT with MVP so I do not know where to start.


How to set up android SDK for command line development on linux?

I'm trying to set up the android SDK to develop a simple program on the command line in Linux (Ubuntu 9.10). I tried eclipse, but it has know problems running on Ubuntu, so I gave up on it. Here's what I've done so far: downloaded android-sdk_r05-linux_86.tgz from http://developer.android.com/sdk/index.html tar xvzf androi...


nexus one - Device for Android development

Closed. This question is off-topic. It is not curre...


What features for Android development are missing in Intellij9 compared to Eclipse?






Still can't find your answer? Check out these communities...



Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android



top