Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.88 KB

README.md

File metadata and controls

49 lines (25 loc) · 1.88 KB

GithubRepo!

This application is written in kotlin also gradle is written in kotlin-dsl.

GithubRepo Application Demo

The application uses Clean Architecture based on MVVM and Repository patterns. Also Repository, ViewModel, Room and Service testes is written. Automatically codeCoverageReport task will added when app is builded. I used jacoco library for creating code coverage report because android studio is not calculating it when gradle is written in kotlin-dsl.

Image of Test Result

Libraries Used

For Testing