Monday, May 9, 2016

An Explanation of model Application

                   Model- View -Controller for Android 

The model view controller is a system developed in order to easily integrate new changes into the code of the application easily without having to change other parts of the code. The best way to understand the concept or analogy of the model view controller is to analyse the application. We can think of the Model as the application containing data. The Android device can be used to manipulate the model or change the view. This is really helpful especially when we have multiple people editing the code at the same time in Java. Since the interface remains constant throughout the entire duration of the edit, no one needs to change all the variables in case a single variable is changed. It is a highly efficient way of working on an android application not to mention an efficient way for the application to function itself.
Figure 1: Shows how the model view controller works using Java.
Figure 2: Shows a graphical Representation of the model.



References:


No comments:

Post a Comment