OSDN Git Service

merge from donut
[android-x86/development.git] / samples / NotePad / _index.html
1 <p>A simple note pad application.
2 It 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>And more...</li>
9 </ul>
10
11 <p class="note">Please notice that this is not the same
12 notepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>. 
13 They are similar in nature, but there are several differences in implementation &mdash; the tutorial
14 is slightly more simple. If you're new to 
15 Android development, we suggest you start with the tutorial, then visit this
16 code later to see more sample code.</p>
17
18 <img alt="" src="../images/sample_notepad.png" />
19 <img alt="" src="../images/sample_note.png" />