Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 376 Bytes

Credit Score - Laith Nurie Test

MVVM architectured Android App to retrieve your score, written in Kotlin

Libraries used

  • RxJava 2
  • Retrofit 2
  • Dagger 2

You can clone and install app with command line

git clone git@github.com:laithnurie/ClearScoreTest.git && cd ClearScoreTest && ./gradlew installDebug

To run tests:

./gradlew testDebugUnitTest