https://github.com/zcelaloglu/vehicles
https://github.com/zcelaloglu/vehicles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zcelaloglu/vehicles
- Owner: zcelaloglu
- Created: 2021-02-22T18:37:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T10:21:08.000Z (over 5 years ago)
- Last Synced: 2023-03-03T05:36:23.247Z (over 3 years ago)
- Language: Kotlin
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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