MVC library for Android development (API 4+).
andmvc is hosted in the following web site
https://github.com/jokullcr87/andmvc
If you think the Android project andmvc 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 andmvc.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 4 |
Activity Count | 0 |
jar files used | android-support-v4.jar |
There are 1 image files in andmvc. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
andmvc has the following Java source files.
com.jokullcr.andmvc.Controller.java com.jokullcr.andmvc.annotations.Action.java com.jokullcr.andmvc.annotations.PartialView.java com.jokullcr.andmvc.annotations.View.java com.jokullcr.andmvc.app.AndMVCApplication.java com.jokullcr.andmvc.app.LauncherActivity.java com.jokullcr.andmvc.controllers.ModelAndView.java com.jokullcr.andmvc.interfaces.IController.java