Android Open Source - Database model AndroidDemoMVC






Project Summary

Standalone Android project with a database (model layer), corresponding views for list,add/update, and underly controller logic.

Web Site / Source Repository

AndroidDemoMVC is hosted in the following web site
https://github.com/gene-sbay/AndroidDemoMVC

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

ItemValue
Java File Count14
Target SDK Version17
Minimum SDK Version10
Activity Count6
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
Raw File Namesres\raw\ormlite_config.txt




Resource Files

There are 1 image files in AndroidDemoMVC. The names of the image files are listed as follows.

ic_drawer.png

The following screenshort is generated from the image listed above.

null

Java Source Files

AndroidDemoMVC has the following Java source files.

com.inventorymgr.activity.InventoryEditorActivity.java
com.inventorymgr.activity.InventoryListActivity.java
com.inventorymgr.activity.SplashActivity.java
com.inventorymgr.activity.WebRequestActivity.java
com.inventorymgr.activity.demo.DemoLaunchButtonsActivity.java
com.inventorymgr.activity.demo.DrawerDemoActivity.java
com.inventorymgr.bean.InventoryBean.java
com.inventorymgr.db.InventoryDAO
.java
com.inventorymgr.db.InventoryDbHelper.java
com.inventorymgr.db.dev.BaseDAO
.java
com.inventorymgr.db.dev.DatabaseHelper.java
com.inventorymgr.db.dev.InventoryDAO_2.java
com.inventorymgr.util.ActivityUtil
.java
com.inventorymgr.util.Util
.java