diff options
Diffstat (limited to 'docs/html/guide/samples/index.jd')
-rw-r--r-- | docs/html/guide/samples/index.jd | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index c2dbb48..4e665fa 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -1,11 +1,17 @@ guide=true -page.title=Android Samples +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 the source code for some simple Android applications.</p> +<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> @@ -14,4 +20,4 @@ So here we've provided the source code for some simple Android applications.</p> <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>
\ No newline at end of file +</dl> |