Android Open Source - Framework MVC MVC-ME






Project Summary

MVC-ME! A lite Mvc framework designed for Java non web applications. Compatible with Swing and Android.

Web Site / Source Repository

MVC-ME is hosted in the following web site
https://github.com/mfullen/MVC-ME

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

ItemValue
Java File Count26
Target SDK Version16
Minimum SDK Version8
Activity Count1




Java Source Files

MVC-ME has the following Java source files.

com.pwf.example.MainActivity.java
com.pwf.example.controller.MovieController.java
com.pwf.example.model.InMemoryMovieRepository.java
com.pwf.example.model.Movie
.java
com.pwf.example.model.MovieRepository.java
com.pwf.example.swing.MainApp
.java
com.pwf.example.swing.ModifyMovie.java
com.pwf.example.swing.MoviePanel.java
com.pwf.mvcme.Controller.java
com.pwf.mvcme.MvcFramework.java
com.pwf.mvcme.MvcMe.java
com.pwf.mvcme.MvcMeController.java
com.pwf.mvcme.MvcMeView.java
com.pwf.mvcme.Repository.java
com.pwf.mvcme.Savable
.java
com.pwf.mvcme.View.java
com.pwf.mvcme.ViewNotFoundException.java