User Tools

Site Tools


android_programming_workshop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
android_programming_workshop [2010/02/07 14:11] jtkorbandroid_programming_workshop [2010/02/09 12:11] jtkorb
Line 5: Line 5:
   * [[http://training.oreilly.com/androidapps-java/|Developing Android Applications with Java]] \\   * [[http://training.oreilly.com/androidapps-java/|Developing Android Applications with Java]] \\
   * Instructor: Tony Hillerson   * Instructor: Tony Hillerson
-  * Tuesdays at 2:00 EST, February 9-March 9, 2010+  * Tuesdays at 2:00 EST, February 9-March 16, 2010
  
 I am arranging a "local viewing party" to watch the sessions live and offer help, answer questions, and provide additional material as necessary.  I will have a limited number of Android G1 phones to try out (you can also use the emulator). I am arranging a "local viewing party" to watch the sessions live and offer help, answer questions, and provide additional material as necessary.  I will have a limited number of Android G1 phones to try out (you can also use the emulator).
Line 16: Line 16:
  
 Tim Korb Tim Korb
 +====== Preparing for the Workshop ======
 +
 +If you do not have an account on the CS machines, send me [[mailto:jtk@purdue.edu|email]].
 +
 +If you have a laptop, you may want to use it rather than one of the lab machines.  You'll need the Java SDK, the Android SDK, Eclipse, and the Android Development Tools (ADT).
 +
 +  * http://www.eclipse.org/downloads/ (get eclipse-java-galileo-SR1-linux-gtk.tar.gz)
 +  * http://developer.android.com/sdk/index.html
 +
 +If you can come early for at least the first day (today), it will help getting started.  I'll plan to be in the lab at 1:30.
 +
 +====== First Command Line Application ======
 +
 +<code>
 +% cd to a directory of your choice
 +% android create project --target 2 --path ./FirstApp --activity FirstApp --package apt.tutorial
 +% cd FirstApp
 +% android &
 +...create an Android AVD...
 +% ant install
 +</code>
android_programming_workshop.txt · Last modified: 2010/02/15 14:07 by jtkorb