This looks great -- I will get to it soon!
wow, just wow
At 1:22:55, can you comment on why you use single{} or singleOf{} ? How does one decide which to use?
At 02:06:58, the wind direction calculation is not right; 1 degree and 359 degree should both be "N". Here is a correct calculation (I think) that also includes cute ASCII arrows showing the wind direction: fun getWindDirection(angle: Double): String { val cardinals = listOf("↓ N", "↙ NE", "← E", "↖ SE", "↑ S", "↗ SW", "→ W", "↘ NW") return cardinals[ round(angle/ 45.0).toInt() % 8 ] }
Kotlin Multiplatforn :face-purple-wide-eyes:
At 1:45:00 video cuts WAAAY too fast here to tell what you are doing with the Column() inside the Row() without going back to the gitHub repo.... please go slower.
Android XR OS ,development -> let's study?
I am trying to contact you at upwork but link given is not working.
@HoodLabs