InAndroid DevelopersbyIan Lake·May 1, 2024Navigation Compose meet Type SafetyBringing Safe Args to Navigation Compose in Navigation 2.8.0-alpha08A response icon24A response icon24
InProAndroidDevbyAlireza Tizfahmfard·Mar 15, 2024How to build a custom design system with Jetpack composebuilding a custom design system with Jetpack Compose with a powerful and flexible approach to crafting user interfaces for modern appsA response icon1A response icon1
Hunter Freas·Mar 12, 2024Handling UI Events in Jetpack Compose: A Clean ApproachExplore a simple method for managing UI events in Jetpack Compose for cleaner, scalable code.A response icon8A response icon8
InProAndroidDevbyPushpal Roy·Feb 25, 2024Understanding Window Insets in Jetpack ComposeWhat are Insets?A response icon6A response icon6
InProAndroidDevbyGérard Paligot·Mar 25, 2024String resources API for Compose MultiplatformWith Compose Multiplatform 1.6, Jetbrains finally provides an official solution to declare string resources for every supported platform in…A response icon1A response icon1
InAndroid DevelopersbyChris Arriola·May 16, 2023ViewCompositionStrategy DemystifiedLearn what `ViewCompositionStrategy` is, why it’s needed, and how you can pick the right strategy for your use case to avoid state loss.A response icon2A response icon2
Stefan M.·Nov 25, 2022Jetpack Compose: remember, mutableStateOf, derivedStateOf and rememberSaveable explainedIf you have a composable function you might stumble over the following block of code. You might have even written it by yourself:A response icon10A response icon10
InAndroid DevelopersbyAlejandra Stamato·Sep 14, 2022Effective state management for TextField in ComposeTL;DR — The Compose roadmap reflects the work that the team is doing on multiple fronts, in this case Text Editing Improvements and…A response icon18A response icon18
InAndroid DevelopersbyBen Trengrove·Nov 29, 2022Jetpack Compose — When should I use derivedStateOf?derivedStateOf — a really common question we see is where and when is the correct place to use this API?A response icon9A response icon9
InProAndroidDevbyYahor Urbanovich·Aug 9, 2021How to animate BottomSheet content using Jetpack ComposeEarly this year I started a new pet project for listening to random radio from over the world. The UI at the beginning was very simpleA response icon4A response icon4
InProAndroidDevbyMorad Azzouzi·Sep 29, 2022Collapsing toolbar with parallax effect and curve motion in Jetpack Compose 😎Animations are super important when building an application. They highlight relations between elements, bring attention to what…A response icon4A response icon4
InAndroid DevelopersbyBen Trengrove·Jun 30, 2022Jetpack Compose Stability ExplainedHave you ever measured the performance of your composable and discovered it is recomposing more code than you expect? “I thought Compose…A response icon11A response icon11
Francesc Vilarino Guell·Feb 26, 2022Custom 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…
Maheshchakkarwar·Jul 3, 2022Implement Popup like Linked reaction popup in Android ComposeI was looking to implement popup like linkedIn using Android Jetpack compose. After lots of searching I got to know there is Popup in…
Ayu·Jul 27, 2022Customize Layout Using Measured PolicySo, one day, I’m having a problem with constructing my compose layout. I want to make a lazy row layout that has a view all item at the end…
InProAndroidDevbyABHINAV CHAUHAN·May 29, 2022Custom Layouts with jetpack Compose (Deep Dive)At times our requirement needs something beyond readymade Layouts. In jetpack compose for example we want to place Composables like in…A response icon5A response icon5
InMake Apps SimplebyAbhimanyu·Aug 14, 2022Custom UI Components using Jetpack Compose Canvas based on NeoPoP Design — Part 1 (Radio Button)An exploration into Jetpack compose animation and canvas to create custom UI components
InTowards DevbyErselan Khan·Aug 3, 2022Jetpack Compose: Shimmer Animation | Erselan KhanToday we will show you how to use Shimmer Animation in Jetpack Compose. But before moving forward, I would like to ask you to please follow…
Max Großmann·Jan 13, 2021JetPack Compose: DatePicker-TextFieldChoose a date and time after clicking on a text field with the new android ui framework jetpack composeA response icon2A response icon2