Ian LakeinAndroid DevelopersNavigation Compose meet Type SafetyBringing Safe Args to Navigation Compose in Navigation 2.8.0-alpha08May 123May 123
Alireza TizfahmfardinProAndroidDevHow 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 151Mar 151
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 125Mar 125
Pushpal RoyinProAndroidDevUnderstanding Window Insets in Jetpack ComposeWhat are Insets?Feb 251Feb 251
Gérard PaligotinProAndroidDevString 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 251Mar 251
Chris ArriolainAndroid DevelopersViewCompositionStrategy 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, 20228Nov 25, 20228
Alejandra StamatoinAndroid DevelopersEffective 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, 202216Sep 14, 202216
Ben TrengroveinAndroid DevelopersJetpack 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, 20226Nov 29, 20226
Yahor UrbanovichinProAndroidDevHow 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
Morad AzzouziinProAndroidDevCollapsing 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, 20222Sep 29, 20222
Ben TrengroveinAndroid DevelopersJetpack 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
ABHINAV CHAUHANinProAndroidDevCustom 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
AbhimanyuinMake Apps SimpleCustom 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
Erselan KhaninTowards DevJetpack 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