Simple Note Taking App for Android.
noteAppDeneme is hosted in the following web site
https://github.com/htekgulds/noteAppDeneme
If you think the Android project noteAppDeneme 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 noteAppDeneme.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
There are 3 image files in noteAppDeneme. The names of the image files are listed as follows.
folder_icon.png note_icon.png plus_icon.png
The following screenshort is generated from the image listed above.
noteAppDeneme has the following Java source files.
com.hasantekgul.todoappdeneme.AddNoteActivity.java com.hasantekgul.todoappdeneme.HomeFragment.java com.hasantekgul.todoappdeneme.MainActivity.java com.hasantekgul.todoappdeneme.NotesActivity.java com.hasantekgul.todoappdeneme.adapter.CustomListAdapter.java com.hasantekgul.todoappdeneme.helper.DatabaseHelper.java com.hasantekgul.todoappdeneme.model.CustomList.java com.hasantekgul.todoappdeneme.model.Folder.java com.hasantekgul.todoappdeneme.model.Note.java com.hasantekgul.todoappdeneme.model.Tag.java