Android Open Source - Database image SimpleNoteAppDemo






Project Summary

Android database demo. Uses asynctasks (for database operations and url image loading)..

Web Site / Source Repository

SimpleNoteAppDemo is hosted in the following web site
https://github.com/ChrisRBateman/SimpleNoteAppDemo

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

ItemValue
Java File Count9
Target SDK Version17
Minimum SDK Version8
Activity Count1
Fragment Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

SimpleNoteAppDemo has the following Java source files.

com.example.simplenoteapp.SimpleNoteAppActivity.java
com.example.simplenoteapp.database.NoteDatabase.java
com.example.simplenoteapp.fragments.FragmentActionListener.java
com.example.simplenoteapp.fragments.LogNoteFragment.java
com.example.simplenoteapp.fragments.NoteFragmentBase.java
com.example.simplenoteapp.fragments.StartFragment.java
com.example.simplenoteapp.fragments.TextNoteFragment.java
com.example.simplenoteapp.fragments.TextPictureNoteFragment.java
com.example.simplenoteapp.model.Note.java