Sticky Headers & Section Lists
Group items with pinned headers.
Lists Often Have Sections
Real lists group data, like contacts by letter or emails by date. Each group deserves a clear header above its rows.
A Header Is Just an item
The simplest header is a single item block holding a styled Text. Place it before the group's items and it scrolls along.
item { Text("A", style = MaterialTheme.typography.titleMedium) }All lessons in this course
- LazyColumn vs Scrollable Column
- items & itemsIndexed
- Keys for Stable, Fast Lists
- Sticky Headers & Section Lists