Testing and Android — Part 4: Model View Presenter Unit and UI Testing
In part 2, you learned about the Model View Presenter (MVP) architecture. As a brief refresher, the MVP model is a popular choice when you want to write Android code that is easy to test. It is an architecture that keeps the business logic and user interface (UI) logic separate […]