InAndroid DevelopersbyIan LakeNavigation Compose meet Type SafetyBringing Safe Args to Navigation Compose in Navigation 2.8.0-alpha08May 1, 202424May 1, 202424
InProAndroidDevbyAlireza TizfahmfardHow 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 appsMar 15, 20241Mar 15, 20241
Hunter FreasHandling UI Events in Jetpack Compose: A Clean ApproachExplore a simple method for managing UI events in Jetpack Compose for cleaner, scalable code.Mar 12, 20247Mar 12, 20247
InProAndroidDevbyPushpal RoyUnderstanding Window Insets in Jetpack ComposeWhat are Insets?Feb 25, 20243Feb 25, 20243
InProAndroidDevbyGérard PaligotString resources API for Compose MultiplatformWith Compose Multiplatform 1.6, Jetbrains finally provides an official solution to declare string resources for every supported platform in…Mar 25, 20241Mar 25, 20241
InAndroid DevelopersbyChris ArriolaViewCompositionStrategy DemystifiedLearn what `ViewCompositionStrategy` is, why it’s needed, and how you can pick the right strategy for your use case to avoid state loss.May 16, 20232May 16, 20232
Stefan M.Jetpack 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:Nov 25, 20229Nov 25, 20229
InAndroid DevelopersbyAlejandra StamatoEffective 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…Sep 14, 202217Sep 14, 202217
InAndroid DevelopersbyBen TrengroveJetpack 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?Nov 29, 20228Nov 29, 20228
InProAndroidDevbyYahor UrbanovichHow 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 simpleAug 9, 20214Aug 9, 20214
InProAndroidDevbyMorad AzzouziCollapsing 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…Sep 29, 20223Sep 29, 20223
InAndroid DevelopersbyBen TrengroveJetpack Compose Stability ExplainedHave you ever measured the performance of your composable and discovered it is recomposing more code than you expect? “I thought Compose…Jun 30, 202211Jun 30, 202211
Francesc Vilarino GuellCustom 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
MaheshchakkarwarImplement 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…Jul 3, 2022Jul 3, 2022
AyuCustomize 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…Jul 27, 2022Jul 27, 2022
InProAndroidDevbyABHINAV CHAUHANCustom 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…May 29, 20225May 29, 20225
InMake Apps SimplebyAbhimanyuCustom 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 componentsAug 14, 2022Aug 14, 2022
InTowards DevbyErselan KhanJetpack 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…Aug 3, 2022Aug 3, 2022
Max GroßmannJetPack Compose: DatePicker-TextFieldChoose a date and time after clicking on a text field with the new android ui framework jetpack composeJan 13, 20212Jan 13, 20212