A simple android CRUD app for notes.
Notes is hosted in the following web site
https://github.com/rnikolaus/Notes
If you think the Android project 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 Notes.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 15 |
Minimum SDK Version | 12 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Notes has the following Java source files.
rnikolaus.notes.Dbhelper.java rnikolaus.notes.Note.java rnikolaus.notes.NoteDAO.java rnikolaus.notes.NoteDetailActivity.java rnikolaus.notes.NoteDetailFragment.java rnikolaus.notes.NoteListActivity.java rnikolaus.notes.NoteListFragment.java