Monthly Archives: April 2018

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 »