Android Open Source - App note Notes






Project Summary

A simple android CRUD app for notes.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Notes.

ItemValue
Java File Count7
Target SDK Version15
Minimum SDK Version12
Activity Count2
Fragment Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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