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
- Host: GitHub
- URL: https://github.com/omisie11/covidnowdagger
- Owner: OMIsie11
- License: apache-2.0
- Created: 2020-07-01T09:46:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T06:29:34.000Z (over 5 years ago)
- Last Synced: 2025-07-21T10:17:51.579Z (3 months ago)
- Topics: 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
- Language: Kotlin
- Homepage: https://omisie11.github.io
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 MisiewiczLicensed 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 athttp://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.
```