summaryrefslogtreecommitdiffstats
path: root/docs/html/samples
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit54b6cfa9a9e5b861a9930af873580d6dc20f773c (patch)
tree35051494d2af230dce54d6b31c6af8fc24091316 /docs/html/samples
downloadframeworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.zip
frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.gz
frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.bz2
Initial Contribution
Diffstat (limited to 'docs/html/samples')
-rw-r--r--docs/html/samples/index.jd23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/html/samples/index.jd b/docs/html/samples/index.jd
new file mode 100644
index 0000000..6219f9a
--- /dev/null
+++ b/docs/html/samples/index.jd
@@ -0,0 +1,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}intro/installing.html#creatingaproject">import them into
+Eclipse</a> or <a href="{@docRoot}intro/installing.html#otherides">use
+activitycreator.py</a>, as described in the <a
+href="{@docRoot}intro/installing.html">Installing the SDK</a>.</p>