A Playful Chips Selector in Jetpack ComposeA short article on how to create a single or multi choice selector with playful animations.Mar 18, 20241Mar 18, 20241
Exploring Jetpack Compose Compiler’s Stability ConfigImprove the performance of your app by instructing the compiler what to consider stable.Nov 30, 2023Nov 30, 2023
Simple MVI Framework for Jetpack ComposeA simple way to manage state in your Jetpack Compose appsSep 19, 20232Sep 19, 20232
Exploring Jetpack Compose Anchored Draggable ModifierIn this short article we will learn how to use the new anchorDraggable modifier released with Jetpack Compose Foundation 1.6.0-alpha01 .Jun 22, 20235Jun 22, 20235
Gradle Plug-in to automate build numbers on the CI/CDIn today’s article we will learn how to create a custom gradle plug-in that automates the build number on our apps on the CI/CD (Continuous…May 1, 2023May 1, 2023
Using Activity Result Contracts in Jetpack ComposeIn this short story we will write a simple app that will showcase how to use the Activity Result Contracts in Jetpack Compose. Our app will…Jun 6, 20229Jun 6, 20229
Creating an animated selector in Jetpack ComposeIn today’s story we will learn how to create a custom selector that lets users choose one option among several, with a background that…Apr 11, 20222Apr 11, 20222
Creating a sticky letter list in Jetpack ComposeIn today’s story we will learn how to enhance Jetpack Compose’s LazyColumn to display a sticky initial on the right side of the list. When…Apr 2, 20221Apr 2, 20221
Custom Progress Indicator in Jetpack ComposeIn this short story we will learn how to create a custom progress indicator using the Layout composable and the animation tools provided by…Feb 26, 2022Feb 26, 2022
Conditional Navigation in Jetpack ComposeIn today’s story we will learn how to conditionally navigate to a screen in Jetpack Compose. This is the kind of scenario you might…Feb 19, 2022Feb 19, 2022
Exploring Jetpack Compose LazyList animationsWith the release of Jetpack Compose 1.2.0-alpha03 we have access to a much requested feature: animations in lazy lists when the collection…Feb 10, 20222Feb 10, 20222
Passing arguments to screens in Jetpack ComposeIn anything but a trivial app we want to have the business logic of our screens separate from the UI (our Composable functions), and one…Jan 5, 20221Jan 5, 20221