blob: 8f680ef97b881ccc580072a2380ac09f1e3d9256 [file] [log] [blame]
Joe Malin70b18692010-08-09 17:18:13 -07001<p>A simple note pad application.
2It demonstrates:</p>
3<ul>
4<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>Creating <a href="../../../reference/android/provider/LiveFolders.html">Live Folders</a></li>
9<li>And more...</li>
The Android Open Source Project52d4c302009-03-03 19:29:09 -080010</ul>
Joe Malin70b18692010-08-09 17:18:13 -070011
12<p class="note">Please notice that this is not the same
13notepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>.
14They are similar in nature, but there are several differences in implementation &mdash; the tutorial
15is slightly more simple. If you're new to
16Android development, we suggest you start with the tutorial, then visit this
17code later to see more sample code.</p>
18
Scott Main50992e82009-08-29 13:08:18 -070019<img alt="" src="../images/sample_notepad.png" />
20<img alt="" src="../images/sample_note.png" />