Android Open Source - App note note-pad






Project Summary

My First android application (A simple create/edit/view notes application).

Web Site / Source Repository

note-pad is hosted in the following web site
https://github.com/noobandy/note-pad

If you think the Android project note-pad 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 note-pad.

ItemValue
Java File Count7
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version11
Activity Count2
jar files usedandroid-support-v4.jar




License

The license information of note-pad is as follows:

GNU General Public License

Resource Files

There are 6 image files in note-pad. The names of the image files are listed as follows.

ic_action_edit.png
ic_action_new.png
ic_action_overflow.png
ic_action_remove.png
ic_action_save.png
ic_action_sort_by_size.png

The following screenshort is generated from the image listed above.

null




Java Source Files

in.anandm.apps.notepad.domain.model.note.INoteRepository.java
in.anandm.apps.notepad.domain.model.note.Note.java
in.anandm.apps.notepad.infrastructure.persistence.inmemory.NoteRepository.java
in.anandm.apps.notepad.infrastructure.persistence.sqlite.NoteRepository.java
in.anandm.apps.notepad.interfaces.NoteActivity.java
in.anandm.apps.notepad.interfaces.NoteAdapter.java
in.anandm.apps.notepad.interfaces.NotePadMainActivity.java