Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

License

Notifications You must be signed in to change notification settings

pedroque/AndroidMVPDemo

 
 

Repository files navigation

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)

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 85.6%
  • Java 14.4%