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

https://github.com/omisie11/covidnowdagger

CovidNow app refactored to use Dagger instead of Koin
https://github.com/omisie11/covidnowdagger

android covid-19 dagger2 jetpack-android kotlin kotlin-coroutines kotlin-flow ktlint livedata material-components material-design moshi mvvm-architecture navigation-component retrofit2 room-database timber

Last synced: 2 months ago
JSON representation

CovidNow app refactored to use Dagger instead of Koin

Awesome Lists containing this project

README

          

# CovidNow - Dagger

## 🚧🚧🚧 This is a sample of CovidNow refactored to use Dagger2 instead of Koin for dependency injection.
## Repo of original application is live at [CovidNow](https://github.com/OMIsie11/CovidNow), where You will find original app with releases section.

## App is using:
* Kotlin (Coroutines + Flow)💎
* [COVID-19 API](https://github.com/mathdroid/covid-19-api) 📈
* ~~[KOIN](https://insert-koin.io)~~ [Dagger2](https://github.com/google/dagger)
* [Retrofit](https://square.github.io/retrofit/)
* [Moshi](https://github.com/square/moshi)
* [ktlint](https://ktlint.github.io) and [ktlint gradle plugin](https://github.com/jlleitschuh/ktlint-gradle)
* [Timber](https://github.com/JakeWharton/timber)
* [LeakCanary](https://square.github.io/leakcanary/)
* [ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP)
* [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart)
* [Material components](https://github.com/material-components/material-components-android)
* Navigation component
* Room database
* LiveData, ViewModel
* MVVM architecture

## License
```
Copyright [2020] Oskar Misiewicz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```