Android Open Source - Database helper android-database






Project Summary

A Database Helper for Android APP..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-database.

ItemValue
Java File Count27
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count3
jar files usedjackson-annotations-2.2.3.jar
jackson-core-2.2.3.jar
jackson-databind-2.2.3.jar




Resource Files

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.

null

Java Source Files

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