A very simple Android Note Taking App.
SimpleNotes is hosted in the following web site
https://github.com/MilanParikh/SimpleNotes
If you think the Android project SimpleNotes 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 SimpleNotes.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 13 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
There are 2 image files in SimpleNotes. The names of the image files are listed as follows.
create_note.png ic_listitem_edit.png
The following screenshort is generated from the image listed above.
SimpleNotes has the following Java source files.
com.milanparikh.SimpleNotes.MainActivity.java com.milanparikh.SimpleNotes.NoteEditorActivity.java com.milanparikh.SimpleNotes.data.NoteItem.java com.milanparikh.SimpleNotes.data.NotesDataSource.java