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 |
| 21 | Eclipse</a> or <a href="{@docRoot}guide/developing/other-ide.html">use |
| 22 | activitycreator.py</a>, as described in the <a |
| 23 | href="{@docRoot}sdk/1.1_r1/installing.html">Installing the SDK</a>.</p> |