Craft with Compose

CompositionLocal
CompositionLocal Deep Dive: Writing Scalable UI in Jetpack Compose
When building Android apps with Jetpack Compose, you’ll often need to share data across your UI tree. Passing parameters down every Composable quickly becomes messy. That’s where CompositionLocal comes...
Scrollable Sticky Table/Grid UIs in Jetpack Compose
Build Scrollable Sticky Table/Grid UIs in Jetpack Compose Like a Pro
If you’ve ever built dashboards, spreadsheets, or financial apps, you know how important tables are. But a plain table isn’t enough — you often need a Scrollable Sticky Table/Grid where headers stay in...
Jetpack Compose LazyColumn Sticky Header
Jetpack Compose LazyColumn Sticky Header: Complete Implementation Guide
When you’re building long lists in Jetpack Compose, sometimes you need certain sections to stand out and stay visible while scrolling. That’s exactly where Sticky Header comes in. Imagine scrolling through...
Sticky Header in Jetpack Compose
How to Create a Sticky Header in Jetpack Compose
If you’ve ever scrolled through a long list in an app and noticed that the section title stays pinned at the top until the next section appears, you’ve seen a sticky header. Sticky headers make lists easier...
1 2 3 4 5 6 10
error: Content is protected !!