Android Open Source - Framework database AndroidDatabase






Project Summary

example android studio application that has some sort of database framework that i made.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AndroidDatabase.

ItemValue
Java File Count13
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1

Resource Files

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.

null




Java Source Files

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