Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Simple application for tracking Covid-19 info. Stay safe.😷

Awesome Lists containing this project

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 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.
```