blob: 06afd07f8ded724734f39b48029ae10dec3f9b66 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001page.title=Android SDK
2page.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
20href="{@docRoot}guide/developing/eclipse-adt.html#creatingaproject">import them into
Dirk Dougherty874c7312009-04-21 15:00:34 -070021Eclipse</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>