Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 356 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 Gson for parsing Json response

● Used Coroutines/Flow for Asynchronous data operations