Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 436 Bytes

Mvp Sample

A demonstration of MVP pattern using the trending libraries of the android world.

Used Libraries

  • RxJava2
  • Butterknife
  • Timber
  • Glide
  • FastAdapter
  • JodaTime
  • JUnit
  • Espresso

Instalation instructions

Clone the project, make sure that you have java 8 and the JAVA_HOME enviroment variable configured.

Tests locations

  • Unit tests under test folder.
  • instrumentation test under androidtests folder.