A Database Helper for Android APP..
android-database is hosted in the following web site
https://github.com/leonvian/android-database
If you think the Android project android-database 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 android-database.
Item | Value |
---|---|
Java File Count | 27 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | jackson-annotations-2.2.3.jar jackson-core-2.2.3.jar jackson-databind-2.2.3.jar |
There are 1 image files in android-database. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
android-database has the following Java source files.
com.example.databaseandroidprojectexample.BaseDAOTest.java com.example.databaseandroidprojectexample.DataSerializerImp.java com.example.databaseandroidprojectexample.MainActivity.java com.example.databaseandroidprojectexample.MainActivityDois.java com.example.databaseandroidprojectexample.OpenHelperTest.java com.example.databaseandroidprojectexample.OutraPessoa.java com.example.databaseandroidprojectexample.OutraPessoaDAO.java com.example.databaseandroidprojectexample.Pessoa.java com.example.databaseandroidprojectexample.PessoaDAO.java com.lvc.database.AndroidDataBaseException.java com.lvc.database.BaseDAO.java com.lvc.database.BaseDAOReflection.java com.lvc.database.DatabaseHelper.java com.lvc.database.EntitiePersistable.java com.lvc.database.NoElementFoundException.java com.lvc.database.ReflectionException.java com.lvc.database.TableUtils.java com.lvc.database.TypeFinder.java com.lvc.database.annotation.Column.java com.lvc.database.annotation.IgnoreColumn.java com.lvc.database.annotation.PrimaryKey.java com.lvc.database.annotation.SaveAsBytes.java com.lvc.database.annotation.SaveAsString.java com.lvc.database.annotation.TableName.java com.lvc.database.util.DataSerializer.java com.lvc.database.util.DataSerializerByte.java