MVVM architectured Android App to retrieve your score, written in Kotlin
- 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