April 2019
Intermediate to advanced
360 pages
9h 17m
English
The model-view-controller architectural pattern is one of the most commonly used patterns in modern software design and development. It is used in desktop and mobile applications. The pattern segments systems into model, view, and controller components. The model component is used to store application data and logic. The view is where visual elements are provided to the user. The controller processes input and communicates, as appropriate, to the model and view components.
The View is used to present data to the user. This enables the user to interact with, or use, the Controller. The Controller ...
Read now
Unlock full access