Deep linking to the current Compose screen without activity recreationLearn how you can deep link to a Compose screen so the system doesn’t recreate your activity.Feb 9Feb 9
Getting Continue plugin running in Android StudioLearn what you can do if you try to use the Continue plugin in AS, but it just displays a message “Nothing to show”.May 20, 20242May 20, 20242
Disabling the focus indicator on IconButtons (or any other composable that uses a ripple indicator)Learn how to remove the default indication that is drawn when a composable with ripple gets focused.Nov 14, 2023Nov 14, 2023
Leveling Up Your Compose Skills: The Intricacies of AnimatedVisibilityDiscover lesser-known insights about Jetpack Compose’s AnimatedVisibility for creating polished and delightful UI animations.Jul 10, 20232Jul 10, 20232
How to create one Android app/library for multiple design systems (visually different UIs)Learn how to implement different layouts for the same screen while reusing as much logic as possible.Oct 14, 2022Oct 14, 2022
How to host your REST API/backend on a virtual private server (VPS)You wrote a REST API (with database) and now you’re wondering how to host it on a virtual private server?Feb 6, 20222Feb 6, 20222
Published inProAndroidDevJetpack Compose navigation architecture with ViewModelsA real world analysis how to effectively architect navigation in Jetpack Compose with AAC ViewModelsAug 30, 202110Aug 30, 202110
How to add a flashing border to CardViewRecently we got the task from our UX people to add a “flashing border animation” to our CardViews when you press them. The border should…Feb 17, 20201Feb 17, 20201
Published inProAndroidDevClean Architecture example with Kotlin MultiplatformAn exemplary Kotlin Multiplatform project featuring loading movies from TMDb using Clean Architecture to share as much code as possibleJun 13, 20196Jun 13, 20196
Published inProAndroidDevCurrent issues with Kotlin Multiplatform and how to fix themRecently I started to play around with Kotlin Multiplatform, which is still in an experimental state. Before I could start to do something…Apr 30, 20198Apr 30, 20198