1*90c8c64dSAndroid Build Coastguard Worker<p>A simple note pad application. 2*90c8c64dSAndroid Build Coastguard WorkerIt demonstrates:</p> 3*90c8c64dSAndroid Build Coastguard Worker<ul> 4*90c8c64dSAndroid Build Coastguard Worker<li>Using views</li> 5*90c8c64dSAndroid Build Coastguard Worker<li>Accessing a database</li> 6*90c8c64dSAndroid Build Coastguard Worker<li>Using an intent to open a new window</li> 7*90c8c64dSAndroid Build Coastguard Worker<li>Managing activity lifecycle</li> 8*90c8c64dSAndroid Build Coastguard Worker<li>Creating <a href="../../../reference/android/provider/LiveFolders.html">Live Folders</a></li> 9*90c8c64dSAndroid Build Coastguard Worker<li>And more...</li> 10*90c8c64dSAndroid Build Coastguard Worker</ul> 11*90c8c64dSAndroid Build Coastguard Worker 12*90c8c64dSAndroid Build Coastguard Worker<p class="note">Please notice that this is not the same 13*90c8c64dSAndroid Build Coastguard Workernotepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>. 14*90c8c64dSAndroid Build Coastguard WorkerThey are similar in nature, but there are several differences in implementation — the tutorial 15*90c8c64dSAndroid Build Coastguard Workeris slightly more simple. If you're new to 16*90c8c64dSAndroid Build Coastguard WorkerAndroid development, we suggest you start with the tutorial, then visit this 17*90c8c64dSAndroid Build Coastguard Workercode later to see more sample code.</p> 18*90c8c64dSAndroid Build Coastguard Worker 19*90c8c64dSAndroid Build Coastguard Worker<img alt="" src="../images/sample_notepad.png" /> 20*90c8c64dSAndroid Build Coastguard Worker<img alt="" src="../images/sample_note.png" /> 21