A simple note-taking app for Android.
opennote is hosted in the following web site
https://github.com/mjhassanpur/opennote
If you think the Android project opennote 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 opennote.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 4 |
There are 8 image files in opennote. The names of the image files are listed as follows.
ic_clear_white_48dp.png ic_create_white_36dp.png ic_delete_white_48dp.png ic_logo_purple_96.png ic_logo_teal_96.png ic_notebook_teal_72.png ic_notebook_teal_96.png ic_share_white_48dp.png
The following screenshort is generated from the image listed above.
opennote has the following Java source files.
com.github.mjhassanpur.opennote.CreateNoteActivity.java com.github.mjhassanpur.opennote.CreateNoteFragment.java com.github.mjhassanpur.opennote.EditNoteActivity.java com.github.mjhassanpur.opennote.EditNoteFragment.java com.github.mjhassanpur.opennote.MainActivity.java com.github.mjhassanpur.opennote.MoveToTrashDialogFragment.java com.github.mjhassanpur.opennote.Note.java com.github.mjhassanpur.opennote.NoteDBContract.java com.github.mjhassanpur.opennote.NoteDBHelper.java com.github.mjhassanpur.opennote.NoteDetailsFragment.java com.github.mjhassanpur.opennote.NoteItem.java com.github.mjhassanpur.opennote.NoteListAdapter.java com.github.mjhassanpur.opennote.NoteListFragment.java com.github.mjhassanpur.opennote.Notebook.java