Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 424 Bytes

● Written in Kotlin Language

● Used Jetpack Components(ViewModel, Data Binding, LiveData, Navigation)

● Used Koin for Dependency Injection

● Used Repository pattern to manage data flow

● Used Retrofit along with OkHttp for getting remote data

● Used Moshi for parsing Json response

● Used Coroutines/Flow for Asynchronous data operations

● Used Junit, MockWebServer, Truth, CoroutinesTest for testing