Skip to content

Android COVID-19: This repository contains simple COVID19 data monitoring by country. Develop in android over MVVM, Live Data, Kotlin, RxBinding, etc.

Notifications You must be signed in to change notification settings

AnelCC/COVID-19

Repository files navigation

COVID-19

Android

This repository contains simple COVID19 data monitoring by country. Develop in android over MVVM, Live Data, Kotlin, RxBinding, etc.

Preview 🎉

Library References

  1. Kotlin
  2. Retrofit
  3. RxBinding
  4. RxBinding
  5. Picasso
  6. Gson
  7. OkHttp3
  8. API

Package Structure

com.anelcc.coronavirustrack    # Root Package
.
├── api                 # For API Service.
├── model               # Model classes
├── repository          # Repository to handle network API.
│
├── ui                  # Activity/View layer
│   │── country         # Screen Activity and ViewModel
│   └── countrydetail   # Screen Activity and ViewModel
│
└── utils

License

Copyright (c) 2020 Anel Calvo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Android COVID-19: This repository contains simple COVID19 data monitoring by country. Develop in android over MVVM, Live Data, Kotlin, RxBinding, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages