Minimalistic note application for Android..
Droid-Notes is hosted in the following web site
https://github.com/ts95/Droid-Notes
If you think the Android project Droid-Notes 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 Droid-Notes.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 15 |
Activity Count | 4 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
There are 3 image files in Droid-Notes. The names of the image files are listed as follows.
ic_action_add.png ic_action_delete.png ic_action_save.png
The following screenshort is generated from the image listed above.
Droid-Notes has the following Java source files.
com.sucic95.droidnotes.NewNoteActivity.java com.sucic95.droidnotes.NoteActivity.java com.sucic95.droidnotes.NotelistActivity.java com.sucic95.droidnotes.SettingsActivity.java com.sucic95.droidnotes.adapters.NoteItemAdapter.java com.sucic95.droidnotes.database.NoteDatabase.java com.sucic95.droidnotes.items.NoteItem.java com.sucic95.droidnotes.settings.PreferenceConstants.java