diff options
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> |