Android database demo. Uses asynctasks (for database operations and url image loading)..
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.
The following table is the detailed list of SimpleNoteAppDemo.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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