This is a framework for creating MySQL databases for Android. It greatly facilitates creating/reading/updating/deleting table records in Android applications. It is inspired by the idea of 'models' from model, viewcont, roller frameworks..
ez-sdk is hosted in the following web site
https://github.com/DabblesWithApps/ez-sdk
If you think the Android project ez-sdk 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 ez-sdk.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
ez-sdk has the following Java source files.
com.example.ezsdk.MainActivity.java ez.sql.EZSql.java ez.sql.EZSqlModel.java ez.sql.sample.EZSqlExtention.java ez.sql.sample.FoodModel.java