Published inProAndroidDevJetpack Compose: VisualTransformation Made EasierIf you don’t care how the sausage is made, skip to the end for the implementationMar 11, 20235Mar 11, 20235
Quick and Dirty Guide to Publishing an Android Library with Maven-PublishThese days, you have to use the maven-publish plugin to publish your Android library to a repository, even if you just want to use jitpack.Jun 26, 2022Jun 26, 2022
Published inProAndroidDevJetpack Compose: InteractionSources, Ripple, and YouRecently, I wrote an article on how I implemented a repeating button using Jetpack Compose. After reading the article, a coworker posed the…Sep 11, 20211Sep 11, 20211
Published inProAndroidDevCreating a Repeating Button with Jetpack Compose8/3/2024 - Update examples to use Jetpack Compose’s awaitEachGesture. - Update Modifier.repeatingClickable to use this.then to prevent…Sep 7, 20216Sep 7, 20216
Published inThe Art of AbstractionKotlin’s Gradle DSL & Build Config FieldsLet’s keep this short and sweet. To declare a String build config field, you have to do some disgusting stuff like…Apr 14, 2021Apr 14, 2021
Published inProAndroidDevDiscovering Event-Driven Architecture for AndroidPowering your UI with state machinesNov 15, 20181Nov 15, 20181