With this app you can view the current cases of the Coronavirus in Germany based on the dataset of the RKI (Robert Koch Institut).
This app is literally faster than the experience website or any other of these ArcGIS websites, because it's a native Android application which is limited to a minimum of important data.
View the current data of following places:
- RLP (Rheinland-Pfalz; Maybe there will come a selection of all federal states)
- Total + New total cases
- Active + New active cases
- Deaths + New deaths
- Recovered + New recovered
- MYK (Mayen-Koblenz; Maybe there will come a selection of all counties)
- Total cases
- Cases per 100k + Cases per 7-day 100k
- Death cases
- Germany
- Total + New total cases
- Active + New active cases
- Deaths + New deaths
- Recovered + New recovered
The App gets the data from the dataset of the experience website with simple REST Requests, which sends JSON-Responses which I can parse very easily.
+ Scrolling for pages
+ Selection for all federal states
+ Selection for all counties
# Fix some crashes
- Material Library (Google) --> Used for material design
- OkHttp3 (SquareUp) --> Used for REST Requests
- RKI Experience Website --> Publishing Corona dataset