CRUD (Android - SQLite).
rh_TestDB is hosted in the following web site
https://github.com/RaulHndz/rh_TestDB
If you think the Android project rh_TestDB 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 rh_TestDB.
Item | Value |
---|---|
Java File Count | 24 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 10 |
Fragment Count | 7 |
There are 2 image files in rh_TestDB. 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.
rh_TestDB has the following Java source files.
com.raulh.miempleo_final.ApplicationTest.java com.raulh.miempleo_final.Inicio.java com.raulh.miempleo_final.MenuActivity.java com.raulh.miempleo_final.NavigationDrawerFragment.java com.raulh.miempleo_final.dao.DepartamentoDataSource.java com.raulh.miempleo_final.dao.MunicipioDataSource.java com.raulh.miempleo_final.dao.NivelEstudioDataSource.java com.raulh.miempleo_final.dao.SolicitanteDataSource.java com.raulh.miempleo_final.dao.TipoDocDataSource.java com.raulh.miempleo_final.helpers.DepartamentoSQLiteHelper.java com.raulh.miempleo_final.helpers.MunicipioSQLiteHelper.java com.raulh.miempleo_final.helpers.NivelEstudioSQLiteHelper.java com.raulh.miempleo_final.helpers.SolicitanteSQLiteHelper.java com.raulh.miempleo_final.helpers.TipoDocSQLiteHelper.java com.raulh.miempleo_final.models.Departamento_c.java com.raulh.miempleo_final.models.Municipio_c.java com.raulh.miempleo_final.models.NivelEstudio_c.java com.raulh.miempleo_final.models.Solicitante_c.java com.raulh.miempleo_final.models.TipoDoc_c.java com.raulh.miempleo_final.testdb.Departamento.java com.raulh.miempleo_final.testdb.Municipio.java com.raulh.miempleo_final.testdb.NivelEstudio.java com.raulh.miempleo_final.testdb.Solicitante.java com.raulh.miempleo_final.testdb.TipoDoc.java