Files
android_development/samples/NotePad/_index.html
The Android Open Source Project 5c11852110 Initial Contribution
2008-10-21 07:00:00 -07:00

13 lines
356 B
HTML

<p>A simple note pad application.
It demonstrates...
<ul>
<li>using views
<li>accessing a database
<li>using an intent to open a new window
<li>managing activity lifecycle
<li>and many other goodies...
</ul>
</p>
<img alt="Note Pad Example" class="gallery" src="sample_notepad.png" >
<img alt="Note Pad Example" class="gallery" src="sample_note.png" >