Tag Archives: model

android architecture: Part 3: MVP

Previous parts: Part 1: introduction Part 2: MVC What is MVP architecture? In the previous part, I wrote about some pitfalls of the MVC architecture and attributed them to the fact that the Controller does not DIRECTLY pass the data to the View and informs the View to get it directly from the Model. Well,… Read More »

android architecture: Part 2: MVC

This is the second article of the series on android architecture. The first part outlines the content to be discussed in the series. What is MVC architecture? The model-view-controller (MVC) has been the traditional architectural pattern for developing applications having user interface. Even though as an android architecture for developing apps, it is not much popular… Read More »