example android studio application that has some sort of database framework that i made.
AndroidDatabase is hosted in the following web site
https://github.com/ericytsang/AndroidDatabase
If you think the Android project AndroidDatabase 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 AndroidDatabase.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
There are 2 image files in AndroidDatabase. The names of the image files are listed as follows.
ic_action_discard.png ic_action_new.png
The following screenshort is generated from the image listed above.
AndroidDatabase has the following Java source files.
com.example.database.ApplicationTest.java com.example.database.application.MainActivity.java com.example.database.database.DBAccess.java com.example.database.database.core.Column .java com.example.database.database.core.ColumnFactory .java com.example.database.database.core.DBWords .java com.example.database.database.core.NamesTable.java com.example.database.database.core.Row .java com.example.database.database.core.Table .java com.example.database.database.util.DBAdapter.java com.example.database.database.util.PipeRowLoader .java com.example.database.domain.Name.java com.example.database.object.ThreadManager.java