summaryrefslogtreecommitdiffstats
path: root/docs/html/samples/index.jd
blob: c5c0b7132eb9bcd9f8427cba8489c97c5b52a94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
page.title=Android SDK
page.onlyfortemplate=codesite
@jd:body
<h1>Sample Code</h1>

<p>The Android SDK ships with several sample projects. They are:</p>

<dl>
    <dt><a href="{@docRoot}samples/ApiDemos/index.html">API Demos</a></dt>
    <dd>A demonstration of many of the Android APIs.</dd>
    
    <dt><a href="{@docRoot}samples/LunarLander/index.html">Lunar Lander</a></dt>
    <dd>Your objective: to land on the moon.</dd>

    <dt><a href="{@docRoot}samples/NotePad/index.html">Note Pad</a></dt>
    <dd>A simple note pad application.</dd>    
</dl>

<p>To run these samples, you should <a
href="{@docRoot}guide/developing/eclipse-adt.html#creatingaproject">import them into
Eclipse</a> or <a href="{@docRoot}guide/developing/other-ide.html">use
activitycreator.py</a>, as described in the <a
href="{@docRoot}sdk/1.1_r1/installing.html">Installing the SDK</a>.</p>