Android Open Source - App note simplenote






Project Summary

a simple note android app.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of simplenote.

ItemValue
Java File Count19
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version20
Minimum SDK Version14
Activity Count4
Fragment Count3
jar files usedandroid-support-v4.jar




Resource Files

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.

null




Java Source Files

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