A demo application for using OrmLite in Android..
OrmLiteDemo is hosted in the following web site
https://github.com/wsanville/OrmLiteDemo
If you think the Android project OrmLiteDemo 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 OrmLiteDemo.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | ormlite-android-4.41.jar ormlite-core-4.41.jar |
OrmLiteDemo has the following Java source files.
co.touchlab.ormlitedemo.ArticleActivity.java co.touchlab.ormlitedemo.MainActivity.java co.touchlab.ormlitedemo.StrictApplication.java co.touchlab.ormlitedemo.data.Article .java co.touchlab.ormlitedemo.data.ArticleAuthor .java co.touchlab.ormlitedemo.data.ArticleCategory .java co.touchlab.ormlitedemo.data.Author.java co.touchlab.ormlitedemo.data.Category .java co.touchlab.ormlitedemo.data.Comment .java co.touchlab.ormlitedemo.data.DatabaseHelper.java