Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 441 Bytes

AndroidMVPDemo

A sample of how we could use the MVP pattern to make tests faster (using Mockito). This project also compares the difference between a regular instrumentation tests on a MVC/MVVM Activity versus a MVP test.

Kotlin

The kotlin version of this project is simply available on the master branch

Java

Please checkout the Java version @ https://github.com/omadahealth/AndroidMVPDemo/tree/java (or checkout the "java" branch)