Android Open Source - Database orm android-orm-benchmark






Project Summary

Android application for benchmarking ORMLite and GreenDao against each other.

Web Site / Source Repository

android-orm-benchmark is hosted in the following web site
https://github.com/littleinc/android-orm-benchmark

If you think the Android project android-orm-benchmark 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-orm-benchmark.

ItemValue
Java File Count23
Target SDK Version19
Minimum SDK Version9
Activity Count1
Fragment Count1
jar files usedandroid-support-v4.jar
freemarker-2.3.20.jar
greendao-1.3.7.jar
greendao-generator-1.3.0.jar
ormlite-android-4.47.jar
ormlite-core-4.47.jar
Raw File Namesres\raw\ormlite_config.txt




License

The license information of android-orm-benchmark is as follows:

Apache License

Java Source Files

com.littleinc.orm_benchmark.Application.java
com.littleinc.orm_benchmark.BenchmarkExecutable.java
com.littleinc.orm_benchmark.MainActivity.java
com.littleinc.orm_benchmark.greendao.DaoMaster.java
com.littleinc.orm_benchmark.greendao.DaoSession.java
com.littleinc.orm_benchmark.greendao.DataBaseHelper.java
com.littleinc.orm_benchmark.greendao.Generator.java
com.littleinc.orm_benchmark.greendao.GreenDaoExecutor.java
com.littleinc.orm_benchmark.greendao.MessageDao.java
com.littleinc.orm_benchmark.greendao.Message.java
com.littleinc.orm_benchmark.greendao.UserDao.java
com.littleinc.orm_benchmark.greendao.User.java
com.littleinc.orm_benchmark.ormlite.Contact.java
com.littleinc.orm_benchmark.ormlite.DataBaseHelper.java
com.littleinc.orm_benchmark.ormlite.Message.java
com.littleinc.orm_benchmark.ormlite.ORMLiteExecutor.java
com.littleinc.orm_benchmark.ormlite.User.java
com.littleinc.orm_benchmark.ormlite.config.DBConfigUtil.java
com.littleinc.orm_benchmark.sqlite.DataBaseHelper.java
com.littleinc.orm_benchmark.sqlite.Message.java
com.littleinc.orm_benchmark.sqlite.SQLiteExecutor.java
com.littleinc.orm_benchmark.sqlite.User.java
com.littleinc.orm_benchmark.util.Util.java