diff options
| author | Dirk Dougherty <nobody@android.com> | 2009-05-01 13:03:34 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-01 13:03:34 -0700 |
| commit | 4f508936342dd866d1183ca418ca091437a5ddf6 (patch) | |
| tree | dcb978303b1bfafa3427b56351b52e6309902c85 /docs/html/guide/samples/index.jd | |
| parent | 275555c8eb3fb5df6e7320873b88b77cdde85a9e (diff) | |
| parent | 392d29ab0d02dc4040436ccc9638b7498b2eb1de (diff) | |
| download | frameworks_base-4f508936342dd866d1183ca418ca091437a5ddf6.zip frameworks_base-4f508936342dd866d1183ca418ca091437a5ddf6.tar.gz frameworks_base-4f508936342dd866d1183ca418ca091437a5ddf6.tar.bz2 | |
am 392d29a: AI 148193: More misc fixes in format, links, content for And
Merge commit '392d29ab0d02dc4040436ccc9638b7498b2eb1de' into donut
* commit '392d29ab0d02dc4040436ccc9638b7498b2eb1de':
AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
Diffstat (limited to 'docs/html/guide/samples/index.jd')
| -rw-r--r-- | docs/html/guide/samples/index.jd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index 4e665fa..365284d 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -4,11 +4,13 @@ page.title=Sample Code <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> + we've provided links to let you browse the source of some sample Android applications included +in the Android SDK. </p> -<p>The source code for these applications is included in the Android SDK, in this location:</p> +<p>The SDK includes a full set of sample applications for each Android platform version +in the SDK. You can find the sample applications for each platform version in this location:</p> -<p style="margin-left:2em"><code><sdk>/samples/</code></p> +<p style="margin-left:2em"><code><sdk>/platforms/android-<version>/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> |
