blob: 093022b0ab28ed5841b0a36efc57d00611b135cc [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001<p>A simple note pad application.
Scott Main04680852009-08-24 15:27:00 -07002It demonstrates:</p>
The Android Open Source Project52d4c302009-03-03 19:29:09 -08003<ul>
Scott Main04680852009-08-24 15:27:00 -07004<li>Using views</li>
5<li>Accessing a database</li>
6<li>Using an intent to open a new window</li>
7<li>Managing activity lifecycle</li>
8<li>And more...</li>
The Android Open Source Project52d4c302009-03-03 19:29:09 -08009</ul>
Scott Main04680852009-08-24 15:27:00 -070010
11<p class="note">Please notice that this is not the same
Scott Main50992e82009-08-29 13:08:18 -070012notepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>.
Scott Main04680852009-08-24 15:27:00 -070013They are similar in nature, but there are several differences in implementation &mdash; the tutorial
14is slightly more simple. If you're new to
15Android development, we suggest you start with the tutorial, then visit this
16code later to see more sample code.</p>
17
Scott Main50992e82009-08-29 13:08:18 -070018<img alt="" src="../images/sample_notepad.png" />
19<img alt="" src="../images/sample_note.png" />