Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Covid19IndiaApp
Forum Updated to NodeBB v4.3 + New Features

Covid19IndiaApp

Scheduled Pinned Locked Moved Unsolved Showcase
5 Posts 3 Posters 1.2k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Shrinidhi UpadhyayaS Offline
    Shrinidhi UpadhyayaS Offline
    Shrinidhi Upadhyaya
    wrote on last edited by
    #1

    Hi All Awesome People,

    I have created a Android app using Qt/Qml to track the Covid data in India like:-

    1. Confirmed, Recovered, Active, Deceased cases.
    2. Vaccine doses administered.
    3. Total tests done.
    4. Individual state, district wise data.
    5. Hospitals in the state, their ownership, the bed capacity etc.

    The app is still under implementation. Currently working on:-

    1. Charts for individual states data.
    2. Charts for vaccinations data.

    Here are the sample screenshots:-

    IMG_20210509_175959.jpg
    The code is on github.

    Please free to contribute or improvise. Any suggestions, improvements or changes are highly appreciated.

    Thank you so much!!

    Shrinidhi Upadhyaya.
    Upvote the answer(s) that helped you to solve the issue.

    kshegunovK 1 Reply Last reply
    4
    • Shrinidhi UpadhyayaS Shrinidhi Upadhyaya

      Hi All Awesome People,

      I have created a Android app using Qt/Qml to track the Covid data in India like:-

      1. Confirmed, Recovered, Active, Deceased cases.
      2. Vaccine doses administered.
      3. Total tests done.
      4. Individual state, district wise data.
      5. Hospitals in the state, their ownership, the bed capacity etc.

      The app is still under implementation. Currently working on:-

      1. Charts for individual states data.
      2. Charts for vaccinations data.

      Here are the sample screenshots:-

      IMG_20210509_175959.jpg
      The code is on github.

      Please free to contribute or improvise. Any suggestions, improvements or changes are highly appreciated.

      Thank you so much!!

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      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!

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      1
      • Shrinidhi UpadhyayaS Offline
        Shrinidhi UpadhyayaS Offline
        Shrinidhi Upadhyaya
        wrote on last edited by
        #3

        Yes that's correct!! Good Point, I will implement that!!

        Shrinidhi Upadhyaya.
        Upvote the answer(s) that helped you to solve the issue.

        1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          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

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          kshegunovK 1 Reply Last reply
          3
          • VRoninV VRonin

            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

            kshegunovK Offline
            kshegunovK Offline
            kshegunov
            Moderators
            wrote on last edited by kshegunov
            #5

            @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):

            Read and abide by the Qt Code of Conduct

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved