Note Pad

Download Note Pad for Google Android
Developer: 
Category: 

Note Pad (also may be known as Notes List) is another sample of an Android application from Google with very basic functionality. It features a simple text processor and lists all noted in a linear structure. Users can only add, edit and delete notes.

For the developers, this simple application demonstrates how to:

  • use views
  • access a database
  • use an intent to open a new window
  • manage activity lifecycle
  • and more...

Download