Files
android_development/samples/NotePad/_index.html
Scott Main 04680858a0 docs only.
Add new web pages for sample apps included in the SDK.
Revise the existing sample app web pages.
Delete screenshots for notepad and lunar lander (these have
moved into frameworks/base/docs/html/guide/samples/image/.
2009-08-24 15:27:00 -07:00

20 lines
764 B
HTML

<p>A simple note pad application.
It demonstrates:</p>
<ul>
<li>Using views</li>
<li>Accessing a database</li>
<li>Using an intent to open a new window</li>
<li>Managing activity lifecycle</li>
<li>And more...</li>
</ul>
<p class="note">Please notice that this is not the same
notepad code that's used for the <a href="/guide/tutorials/notepad/index.html">Notepad Tutorial</a>.
They are similar in nature, but there are several differences in implementation &mdash; the tutorial
is slightly more simple. If you're new to
Android development, we suggest you start with the tutorial, then visit this
code later to see more sample code.</p>
<img alt="" src="/guide/samples/images/sample_notepad.png" />
<img alt="" src="/guide/samples/images/sample_note.png" />