Random Thoughts

Random Thoughts

Follow
homeQHGTrophiesAndroidMindedbadgesnewsletter
Tag

Android

#android

More content

Read more stories on Hashnode


Articles with this tag

An Introduction to Paparazzi for Snapshot Testing

Aug 3, 20235 min read

Using Jetpack Compose · TL;DR: Snapshot testing with Paparazzi allows you to ensure your Jetpack Compose components behave as expected, without needing...

An Introduction to Paparazzi for Snapshot Testing

How-to not clear the logcat on a crash

Dec 10, 20212 min read

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...

How-to not clear the logcat on a crash

Android Jetifier — Can we say Bye-Bye yet

Nov 10, 20211 min read

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...

Android Jetifier — Can we say Bye-Bye yet

Gson using AutoValue and Polymorphism

May 19, 20183 min read

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...

Gson using AutoValue and Polymorphism