Pandimadhubabu / CoronavirusTrackerAndroid

Coronavirus tracker app for Android with Google News Feed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coronavirus Tracker

Coronavirus tracker app for Android with Google News Feed.

Android Kotlin

image

Features

  • Live data: Gets the most recent data from JHU CRC.
  • PieCharts:
    • Total number of cases
    • Estimaded mortality rate
  • Country List: Shows the countries with number of confirmed, deaths and recovered cases.
  • Map: Shows recent case numbers for countries and US States.
  • News: Shows the latest local news about COV-19 (Google News)
  • Localization: Supports 17 non-English languages.

How to Use

Build from source code

  1. Clone/Download the repo.
  2. Open project folder in Android Studio.
  3. Add your Google Maps Android API KEY value in res/values/google_maps_api.xml (Google Maps Documentation)
  4. Choose the target.
  5. Build & run!

Contribute

Please feel free to contribute pull requests or create issues for bugs and feature requests.

License

The app is available for personal/non-commercial use. It's not allowed to publish, distribute, or use the app in a commercial way.

Author

Okan Kocyigit (hasanokan@gmail.com)

Credits

Data

Libraries

  • gson: A Java serialization/deserialization library to convert Java Objects into JSON and back
  • MPAndroidChart: A powerful 🚀 Android chart view / graph view library
  • opengraph-java: A Java object representation of the Open Graph protocol for a web page
  • Picasso: A powerful image downloading and caching library for Android
  • OkHttp: Square’s meticulous HTTP client for Java and Kotlin.

About

Coronavirus tracker app for Android with Google News Feed.


Languages

Language:Kotlin 73.1%Language:Java 26.9%