Tag: android
-
The Do’s and Don’ts of Jetpack Compose
Jetpack Compose is fun. It allows us to build beautiful, functional UIs very quickly and in a reactive way which has unlocked new architectural patterns that were previously very tricky to integrate with the old View based system. As with anything new, it is also very easy for us to shoot ourselves in the foot […]
-
Accessing the user’s current location and location history without their permission on (older versions of) Android
Caveat before you read on. This article was initially written a few years ago but never published. Google has since then patched this particular vulnerability on devices running Android 10 and later but a lot of users still use older versions of Android to this day so I thought it was still relevant to post […]