A bare bones note taking Android application.
android-noteapp is hosted in the following web site
https://github.com/dwfennell/android-noteapp
If you think the Android project android-noteapp 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 android-noteapp.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
There are 5 image files in android-noteapp. The names of the image files are listed as follows.
ic_action_search.png icmpmove.png list_button.png new_button.png settings_button.png
The following screenshort is generated from the image listed above.
android-noteapp has the following Java source files.
org.fennd.note.simple.controller.NoteController.java org.fennd.note.simple.drag_n_drop.DragListener.java org.fennd.note.simple.drag_n_drop.DragNDropAdapter.java org.fennd.note.simple.drag_n_drop.DragNDropListView.java org.fennd.note.simple.drag_n_drop.DropListener.java org.fennd.note.simple.drag_n_drop.RemoveListener.java org.fennd.note.simple.model.Note.java org.fennd.note.simple.view.DeleteNoteDialog.java org.fennd.note.simple.view.NewNoteDialog.java org.fennd.note.simple.view.NoteView.java org.fennd.note.simple.view.SelectNoteView.java