Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OMIsie11/CovidNow
Simple application for tracking Covid-19 info. Stay safe.😷
https://github.com/OMIsie11/CovidNow
android covid koin kotlin kotlin-coroutines kotlin-dsl kotlin-flow ktlint livedata material-components material-design material-ui moshi mpandroidchart mvvm mvvm-android retrofit2 room room-database timber
Last synced: 3 months ago
JSON representation
Simple application for tracking Covid-19 info. Stay safe.😷
- Host: GitHub
- URL: https://github.com/OMIsie11/CovidNow
- Owner: OMIsie11
- License: apache-2.0
- Created: 2020-03-20T17:35:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T12:52:14.000Z (about 4 years ago)
- Last Synced: 2024-07-15T22:51:07.970Z (4 months ago)
- Topics: android, covid, koin, kotlin, kotlin-coroutines, kotlin-dsl, kotlin-flow, ktlint, livedata, material-components, material-design, material-ui, moshi, mpandroidchart, mvvm, mvvm-android, retrofit2, room, room-database, timber
- Language: Kotlin
- Homepage:
- Size: 770 KB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-kotlin-apps - CovidNow - 19 info. Stay safe.😷</br></br> <b>Tech Stack</b> : Koin, Coroutines, Testing, Retrofit, Room, MPAndroidChart, LiveData, ViewModel </br></br> <i> Last commit: 3 years ago</i> | 🌟 20 </br> 🍴 8 </br> 👁️ 2 | (:art: Pattern / MVVM)
README
# CovidNow Android App
Simple application for tracking Covid-19 info, stay safe 😷
### Get latest app version from this repository [releases](https://github.com/OMIsie11/CoronaTracker/releases) section 🎁![covid_app_screenshots](https://user-images.githubusercontent.com/31706606/77448124-bc7b5780-6df0-11ea-8519-4075774296a9.png)
## App is using:
* Kotlin (Coroutines + Flow)💎
* [COVID-19 API](https://github.com/mathdroid/covid-19-api) 📈
* [KOIN](https://insert-koin.io)
* [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
* Kotlin DSL scripts for Gradle## 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.
```