Covid19IndiaApp
-
Hi All Awesome People,
I have created a Android app using Qt/Qml to track the Covid data in India like:-
- Confirmed, Recovered, Active, Deceased cases.
- Vaccine doses administered.
- Total tests done.
- Individual state, district wise data.
- Hospitals in the state, their ownership, the bed capacity etc.
The app is still under implementation. Currently working on:-
- Charts for individual states data.
- Charts for vaccinations data.
Here are the sample screenshots:-
The code is on github.Please free to contribute or improvise. Any suggestions, improvements or changes are highly appreciated.
Thank you so much!!
-
My advice isn't technical:
Don't focus on cumulative cases/deaths especially in the charts. Charts of cumulative cases are impractical and mostly irrelevant. I'd suggest you provide a 7-day moving average of the daily cases/deaths instead - that's a better metric/display of how things are going. The cases are gross underestimates anyway (not specifically for India, but everywhere), but at least you can get the trend.
PS.
Hang in there! -
Yes that's correct!! Good Point, I will implement that!!
-
A chart that I don't see around at all but I consider very useful is something like: https://aatishb.com/covidtrends/ but in the x axis I'd use the "currently active" cases. It shows clearly how explosive is the trend without considering time as a variable
-
@VRonin said in Covid19IndiaApp:
A chart that I don't see around at all but I consider very useful is something like: https://aatishb.com/covidtrends/ but in the x axis I'd use the "currently active" cases. It shows clearly how explosive is the trend without considering time as a variable
Yes, good idea. That shows the power/intensity of growth (beta in the eq below):