#android
Read more stories on Hashnode
Articles with this tag
Using Jetpack Compose · TL;DR: Snapshot testing with Paparazzi allows you to ensure your Jetpack Compose components behave as expected, without needing...
A quick and simple Android Studio trick · It is already annoying that your app crashes. But even more so when you can’t find the crash in the logcat due...
Bye Bye or What? · A couple of years ago Google deprecated the support libraries in favor of the new AndroidX library. Jetifier is a tool to do this...
The problem and solution explained · Recently, I ran into a situation where a RESTful API provided me with a list of objects. Normally this isn't a...