A Simple Data Access Object for Android to control your android app databases.
simpleDAOa is hosted in the following web site
https://github.com/juanchinovas/simpleDAOa
If you think the Android project simpleDAOa 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 simpleDAOa.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 3 |
jar files used | classes.jar classes.jar |
Asset File Names | assets\dao.xml |
There are 2 image files in simpleDAOa. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
simpleDAOa has the following Java source files.
org.dao.entities.DataBase.java org.dao.entities.Field.java org.dao.entities.Table.java org.dao.manager.DBHelper.java org.dao.manager.DBManager.java org.dao.manager.XMLConfigReader.java org.dao.manager.util.Util.java org.daoa.BuildConfig.java org.daoa.BuildConfig.java testdaoa.testingdaoa.AddFragment.java testdaoa.testingdaoa.ApplicationTest.java testdaoa.testingdaoa.MainActivity.java testdaoa.testingdaoa.NavigationDrawerFragment.java testdaoa.testingdaoa.Person.java