This is 'myNotepad' android application. Code represents a 4th version of Notepad android tutorial application: https://developer.android.com/training/notepad/index.html Application manages its content using local DB. Notes contain title and body..
myNotepadv4 is hosted in the following web site
https://github.com/vfomin/myNotepadv4
If you think the Android project myNotepadv4 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of myNotepadv4.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 2 |
There are 6 image files in myNotepadv4. The names of the image files are listed as follows.
ic_cab_done_holo_dark.png ic_go.png ic_go_search_api_holo_light.png ic_list_default_mime_holo_dark.png ic_menu_compose.png ic_menu_delete.png
The following screenshort is generated from the image listed above.
myNotepadv4 has the following Java source files.
com.example.notepadv4.ApplicationTest.java com.example.notepadv4.NoteEdit.java com.example.notepadv4.Notepadv4.java com.example.notepadv4.NotesDbAdapter.java