Android Open Source - App note android-noteapp






Project Summary

A bare bones note taking Android application.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-noteapp.

ItemValue
Java File Count11
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count4
Fragment Count1
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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