MVC – model view control

//apps will come from background to

//apps pause than come in active mode //apps terminate

Model = the class that hold your apolication data

View = made with windows, controls and elements that user can see and interept with

Controller = the code that bind togather model and view, it contains the application logic that decide how to handel user input

Leave a comment