Android Open Source - Example assignment SimpleNotes






Project Summary

2nd Assignment for CSCI4100U Mobile Devices course at UOIT.

Web Site / Source Repository

SimpleNotes is hosted in the following web site
https://github.com/100540931/SimpleNotes

If you think the Android project SimpleNotes 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 SimpleNotes.

ItemValue
Java File Count12
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count2

Resource Files

There are 9 image files in SimpleNotes. The names of the image files are listed as follows.

bg_btn_set_color.png
bg_color_btn_mask.png
ic_action_add.png
ic_action_search.png
ic_menu_overflow.png
ic_new_note.png
note_edit_color_selector_panel.png
selected.png
trash.png

The following screenshort is generated from the image listed above.

null




Java Source Files

SimpleNotes has the following Java source files.

ca.uoit.igorleonardo.simplenotes.ApplicationTest.java
ca.uoit.igorleonardo.simplenotes.activities.NoteEdit.java
ca.uoit.igorleonardo.simplenotes.activities.SimpleNotes.java
ca.uoit.igorleonardo.simplenotes.adapter.ItemAdapter.java
ca.uoit.igorleonardo.simplenotes.database.DAO.java
ca.uoit.igorleonardo.simplenotes.model.Note.java
ca.uoit.igorleonardo.simplenotes.util.SystemUiHider.java
ca.uoit.igorleonardo.simplenotes.util.SystemUiHiderBase.java
ca.uoit.igorleonardo.simplenotes.util.SystemUiHiderHoneycomb.java
ca.uoit.igorleonardo.simplenotes.utils.AppResources.java
ca.uoit.igorleonardo.simplenotes.utils.LinedEditText.java
ca.uoit.igorleonardo.simplenotes.utils.LinedTextView.java