The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | page.title=Android SDK |
| 2 | page.onlyfortemplate=codesite |
| 3 | @jd:body |
| 4 | <h1>Sample Code</h1> |
| 5 | |
| 6 | <p>The Android SDK ships with several sample projects. They are:</p> |
| 7 | |
| 8 | <dl> |
| 9 | <dt><a href="{@docRoot}samples/ApiDemos/index.html">API Demos</a></dt> |
| 10 | <dd>A demonstration of many of the Android APIs.</dd> |
| 11 | |
| 12 | <dt><a href="{@docRoot}samples/LunarLander/index.html">Lunar Lander</a></dt> |
| 13 | <dd>Your objective: to land on the moon.</dd> |
| 14 | |
| 15 | <dt><a href="{@docRoot}samples/NotePad/index.html">Note Pad</a></dt> |
| 16 | <dd>A simple note pad application.</dd> |
| 17 | </dl> |
| 18 | |
| 19 | <p>To run these samples, you should <a |
| 20 | href="{@docRoot}guide/developing/eclipse-adt.html#creatingaproject">import them into |
Dirk Dougherty | 874c731 | 2009-04-21 15:00:34 -0700 | [diff] [blame] | 21 | Eclipse</a> or build them with Ant, as described in |
| 22 | <a href="{@docRoot}guide/developing/other-ide.html#Building">Developing in Other IDEs</a>.</p> |