Simple note application for android.
notes is hosted in the following web site
https://github.com/manthenamurali/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 | 17 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 7 |
jar files used | android-support-v4.jar dropbox-android-sdk-1.5.4.jar httpmime-4.0.3.jar json_simple-1.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 11 image files in notes. The names of the image files are listed as follows.
cloud.png content_discard.png dropbox.png googledrive.png ic_action_previous_item.png ic_add.png ic_drawer.png ic_edit.png logo.png save.png search.png
The following screenshort is generated from the image listed above.
notes has the following Java source files.
com.mkr.cloud.CloudUtils.java com.mkr.cloud.Dropbox.java com.mkr.cloud.GoogleDrive.java com.mkr.notes.CreateEditNoteActivity.java com.mkr.notes.CustomEditText.java com.mkr.notes.InstallListener.java com.mkr.notes.Note.java com.mkr.notes.NotesActivity.java com.mkr.notes.NotesAdapter.java com.mkr.notes.SaveNoteService.java com.mkr.notes.SettingsActivity.java com.mkr.notes.Utils.java com.mkr.notes.labels.CreateThemeView.java com.mkr.notes.labels.LabelUtils.java com.mkr.notes.labels.LabelsActivity.java com.mkr.notesdatabase.NotesDBHelper.java com.mkr.notesdatabase.SQLiteHelper.java