Dirk Dougherty 392d29ab0d AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
BUG=1790234

Automated import of CL 148193
2009-05-01 13:01:24 -07:00

26 lines
1.1 KiB
Plaintext

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 sample Android applications included
in the Android SDK. </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>&lt;sdk&gt;/platforms/android-&lt;version&gt;/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>