android_programming_workshop
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android_programming_workshop [2010/02/09 04:13] – jtkorb | android_programming_workshop [2010/02/15 14:07] (current) – jtkorb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Purdue Community Sites for Android Programming Workshop ====== | ||
| + | |||
| + | * Google Group: [[http:// | ||
| + | * Google Code: [[http:// | ||
| + | |||
| ====== Android Programming Workshop — Purdue Local Arrangements ====== | ====== Android Programming Workshop — Purdue Local Arrangements ====== | ||
| Line 5: | Line 10: | ||
| * [[http:// | * [[http:// | ||
| * Instructor: Tony Hillerson | * Instructor: Tony Hillerson | ||
| - | * Tuesdays at 2:00 EST, February 9-March | + | * Tuesdays at 2:00 EST, February 9-March |
| I am arranging a "local viewing party" to watch the sessions live and offer help, answer questions, and provide additional material as necessary. | I am arranging a "local viewing party" to watch the sessions live and offer help, answer questions, and provide additional material as necessary. | ||
| Line 16: | Line 21: | ||
| Tim Korb | Tim Korb | ||
| - | |||
| ====== Preparing for the Workshop ====== | ====== Preparing for the Workshop ====== | ||
| If you do not have an account on the CS machines, send me [[mailto: | If you do not have an account on the CS machines, send me [[mailto: | ||
| - | If you have a laptop, you may want to use it rather than one of the lab machines. | + | If you have a laptop, you may want to use it rather than one of the lab machines. |
| + | |||
| + | * http:// | ||
| + | * http:// | ||
| If you can come early for at least the first day (today), it will help getting started. | If you can come early for at least the first day (today), it will help getting started. | ||
| - | We may be crowded today. | + | ====== First Command Line Application ====== |
| + | |||
| + | < | ||
| + | % 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 | ||
| + | </ | ||
android_programming_workshop.1265717612.txt.gz · Last modified: 2010/02/09 04:13 by jtkorb