Dirk Dougherty 9daf96a377 AI 147242: am: CL 147239 am: CL 147238 Update tools index, replace activitycreator with android
Original author: ddougherty
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 147242
2009-04-21 15:03:07 -07:00

23 lines
829 B
Plaintext

page.title=Android SDK
page.onlyfortemplate=codesite
@jd:body
<h1>Sample Code</h1>
<p>The Android SDK ships with several sample projects. They are:</p>
<dl>
<dt><a href="{@docRoot}samples/ApiDemos/index.html">API Demos</a></dt>
<dd>A demonstration of many of the Android APIs.</dd>
<dt><a href="{@docRoot}samples/LunarLander/index.html">Lunar Lander</a></dt>
<dd>Your objective: to land on the moon.</dd>
<dt><a href="{@docRoot}samples/NotePad/index.html">Note Pad</a></dt>
<dd>A simple note pad application.</dd>
</dl>
<p>To run these samples, you should <a
href="{@docRoot}guide/developing/eclipse-adt.html#creatingaproject">import them into
Eclipse</a> or build them with Ant, as described in
<a href="{@docRoot}guide/developing/other-ide.html#Building">Developing in Other IDEs</a>.</p>