Android Open Source - App note noteAppDeneme






Project Summary

Simple Note Taking App for Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of noteAppDeneme.

ItemValue
Java File Count10
Target SDK Version19
Minimum SDK Version16
Activity Count3
Fragment Count1
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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