PDA

View Full Version : novice programmer here looking to help develop for android


geeeeoffff
11-08-2008, 03:40 PM
Hey everyone

I'm a computer science student with a few programming classes under my belt and i'm interested in learning to program for android.

does anyone know any teams looking for help?

cohoman
11-08-2008, 05:01 PM
Android app development is done using Java, so you should know or learn that language. For some great online tutorials, check out www.anddev.org

cohoman

justinperkins
11-08-2008, 05:06 PM
Start here: http://code.google.com/android/documentation.html

Download the SDK, and then download and install Eclipse IDE for Java EE Developers from:
http://www.eclipse.org/downloads/

The go here and follow the steps to install the SDK and Eclipse ADT Plugin:
http://code.google.com/android/intro/installing.html

Now you're ready for Hello World:
http://code.google.com/android/intro/hello-android.html

Then do the Notepad App (do all three exercises):
http://code.google.com/android/intro/tutorial.html

Now you're ready for the big time :)

geeeeoffff
11-09-2008, 02:20 PM
cool i'll start working through these.