Android Open Source - Example example MVC






Project Summary

Android Model-View-Controller example.

Web Site / Source Repository

MVC is hosted in the following web site
https://github.com/RonBendele/MVC

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

ItemValue
Java File Count10
Supported screen sizes[hdpi]
Minimum SDK Version8
Activity Count1

License

The license information of MVC is as follows:

Apache License





Resource Files

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

bg_counter.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.musselwhizzle.mvc.activities.MainActivity.java
com.musselwhizzle.mvc.events.Dispatcher.java
com.musselwhizzle.mvc.events.EventDispatcher.java
com.musselwhizzle.mvc.events.EventListener.java
com.musselwhizzle.mvc.events.Event.java
com.musselwhizzle.mvc.events.SimpleEvent.java
com.musselwhizzle.mvc.models.AppModel.java
com.musselwhizzle.mvc.views.MainView.java
com.musselwhizzle.mvc.widgets.DigitObjectPool.java
com.musselwhizzle.mvc.widgets.Digit.java