Android Open Source - Framework database Abstract-Model






Project Summary

I set out to create a Model-View-Controller framework for Android, but decided that I should focus on database abstraction (Model)..

Web Site / Source Repository

Abstract-Model is hosted in the following web site
https://github.com/cybergeek94/Abstract-Model

If you think the Android project Abstract-Model 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 Abstract-Model.

ItemValue
Java File Count10
Target SDK Version16
Minimum SDK Version8
Activity Count0
jar files usedabstractmodel-1.jar
abstractmodell-1.jar
android-support-v4.jar




License

The license information of Abstract-Model is as follows:

Apache License

Java Source Files

com.logician.abstractModel.AsyncModelFactory.java
com.logician.abstractModel.BinarySerializable.java
com.logician.abstractModel.Column.java
com.logician.abstractModel.JSONSerializable.java
com.logician.abstractModel.ModelListAdapter.java
com.logician.abstractModel.Model.java
com.logician.abstractModel.Util.java
com.logician.abstractModel.examples.MyDatabaseOpenHelper.java
com.logician.abstractModel.examples.User.java
com.logician.abstractModel.examples.UsersActivity.java