Standalone Android project with a database (model layer), corresponding views for list,add/update, and underly controller logic.
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.
The following table is the detailed list of AndroidDemoMVC.
Item | Value |
---|---|
Java File Count | 14 |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Raw File Names | res\raw\ormlite_config.txt |
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.
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