Adrian TacheinAndroid IdeasBe careful about Clipboard operations in Jetpack ComposeClipboard operations can be tricky when using KMM and ComposeUi due to some unexpected interactions with other components.Apr 5Apr 5
Adrian TacheinAndroid IdeasAvoid return statements in Jetpack Compose!If there’s one thing that has created the weirdest errors I’ve seen so far, it’s return statements in composable functions.Oct 2, 20235Oct 2, 20235
Adrian TacheinAndroid IdeasManaging MotionLayout visibilityIf you’ve ever worked with MotionLayout, you know that it’s technically a drop-in replacement for ConstraintLayout which technically adds…Nov 23, 20204Nov 23, 20204
Adrian TacheinAndroid IdeasConstraintLayout Groups: be careful about visibility!Or how I spent an afternoon going crazy.May 2, 20202May 2, 20202
Adrian TacheinAndroid IdeasUsing RadioGroup in a RecyclerViewHow to get the functionality you expectJan 3, 20201Jan 3, 20201
Adrian TacheinAndroid IdeasfindViewById in KotlinOr how and why we have two ways to avoid itJul 29, 2019Jul 29, 2019
Adrian TacheinAndroid IdeasAdd GitHub Login to an Android AppOr how I figured out dealing with incomplete documentationJul 14, 2019Jul 14, 2019
Adrian TacheinAndroid IdeasWorkManager Finally Released!Here’s how to use it.May 8, 20191May 8, 20191
Adrian TacheinAndroid IdeasTriggering a method after WorkManager completionA simpler guide to get you up to speedOct 20, 20182Oct 20, 20182