diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:31:44 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-03 19:31:44 -0800 |
commit | 9066cfe9886ac131c34d59ed0e2d287b0e3c0087 (patch) | |
tree | d88beb88001f2482911e3d28e43833b50e4b4e97 /docs/html/guide/samples | |
parent | d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (diff) | |
download | frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.zip frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.tar.gz frameworks_base-9066cfe9886ac131c34d59ed0e2d287b0e3c0087.tar.bz2 |
auto import from //depot/cupcake/@135843
Diffstat (limited to 'docs/html/guide/samples')
-rw-r--r-- | docs/html/guide/samples/index.jd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd new file mode 100644 index 0000000..4e665fa --- /dev/null +++ b/docs/html/guide/samples/index.jd @@ -0,0 +1,23 @@ +guide=true +page.title=Sample Code +@jd:body + + +<p>Sometimes, the best way to learn how things are done is to just look at some code. So here + we've provided links to let you browse the source of some some simple Android applications. </p> + +<p>The source code for these applications is included in the Android SDK, in this location:</p> + +<p style="margin-left:2em"><code><sdk>/samples/</code></p> + +<p>You can easily add these applications as projects in your development environment, so that you +can modify them and watch them execute. </p> +<dl> + <dt><a href="ApiDemos/index.html">API Demos</a></dt> + <dd>A variety of small applications that demonstrate simple views and widgets.</dd> + <dt><a href="LunarLander/index.html">Lunar Lander</a></dt> + <dd>A classic Lunar Lander game.</dd> + <dt><a href="NotePad/index.html">Note Pad</a></dt> + <dd>An application for saving notes. Similar (but not identical) to the + <a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd> +</dl> |