Manager for a long time
Worn all the hats, did the things
Ask me about managing folks
https://substack.com/@gruici
Also, Android, please, make the code for setting up notifications better. Between how permissions are verified and handled, and the lack of good documentation on it, it can use some help.
Also, Android, please, make the code for setting up notifications better. Between how permissions are verified and handled, and the lack of good documentation on it, it can use some help.
Modifier
.padding(16.dp)
.background(color = Color. Green)
.padding(16.dp)
Why is the first padding acting like a margin? Why are there essentially two backgrounds on this? It's so weird.
Modifier
.padding(16.dp)
.background(color = Color. Green)
.padding(16.dp)
Why is the first padding acting like a margin? Why are there essentially two backgrounds on this? It's so weird.