Android Open Source - App note notes






Project Summary

Simple note application for android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of notes.

ItemValue
Java File Count17
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count7
jar files usedandroid-support-v4.jar
dropbox-android-sdk-1.5.4.jar
httpmime-4.0.3.jar
json_simple-1.1.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null




Java Source Files

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