An open API service indexing awesome lists of open source software.

https://github.com/zcelaloglu/vehicles


https://github.com/zcelaloglu/vehicles

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

● 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