a simple note android app.
simplenote is hosted in the following web site
https://github.com/ssynhtn/simplenote
If you think the Android project simplenote 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 simplenote.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 20 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
There are 8 image files in simplenote. The names of the image files are listed as follows.
ic_action_alarms.png ic_action_cancel.png ic_action_copy.png ic_action_discard.png ic_action_edit.png ic_action_search.png ic_action_undo.png ic_alarm_notification.png
The following screenshort is generated from the image listed above.
simplenote has the following Java source files.
com.ssynhtn.simplenote.BaseNoteFragment.java com.ssynhtn.simplenote.ColorActionBarActivity.java com.ssynhtn.simplenote.MainActivity.java com.ssynhtn.simplenote.NewNoteActivity.java com.ssynhtn.simplenote.NoteDetailActivity.java com.ssynhtn.simplenote.NoteDetailFragment.java com.ssynhtn.simplenote.NoteFragment.java com.ssynhtn.simplenote.NotificationNoteFragment.java com.ssynhtn.simplenote.RecycleNoteFragment.java com.ssynhtn.simplenote.ReminderReceiver.java com.ssynhtn.simplenote.SearchResultActivity.java com.ssynhtn.simplenote.TwoPickersDialogFragment.java com.ssynhtn.simplenote.adapter.NoteCursorAdapter.java com.ssynhtn.simplenote.adapter.ReminderCursorAdapter.java com.ssynhtn.simplenote.data.NoteContract.java com.ssynhtn.simplenote.data.NoteDbHelper.java com.ssynhtn.simplenote.data.NoteProvider.java com.ssynhtn.simplenote.model.NoteItem.java com.ssynhtn.simplenote.util.MyUtilities.java