So I have been working on my COVID19 tracker app. I wanted to show comparative densities of infection. A heat map seemed alright, but I found the bubble map in the search.
also, for you manyone, i will be looking into different gauge charts. I didnt like the one that i had, and the charts charting library has some nice stuff. I’ll keep you posted. Probably will start making a charting example app. with different chart types.
so far i have worked
linear,
logarithmic
bar,
donut,
pie,
bubble map
my plan is also to see how far we can push the limit with using javascript in our apps
Is this done using an API? I was able to teach myself how to work through Google Map and Calendar Web API’s before they made it much more indepth and havnt been able to get past the security stuff.
In your app, a sound plays each time the app opens without fail. How did you do it? I need to play an alert sound when my app receives a message. It plays once and never play again. I don’t know if I’m doing something wrong. Here is my block.(Oh, I could not add image: access denied!)
Yeah, that google auth stuff is complicated. Not impossible though. the closest i have gottten is being able to show a map with route and provide step by step directions. the live GPS/map is next step. so that the map updates every 10 seconds or something.