This is 'myNotepad' android application. Code represents a 4th version of Notepad android tutorial application:
https://developer.android.com/training/notepad/index.html
https://developer.android.com/training/notepad/codelab/NotepadCodeLab.zip
Application manages its content using local DB. Notes contain title and body. Only changes are in activities navigation and DB usage.