Join Slack
Powered by
Hey. Does anyone know how to implement this kind o...
# compose
v
Vsevolod Kaganovych
11/05/2021, 9:25 AM
Hey. Does anyone know how to implement this kind of sticky headers in Compose? Or advise from where I should start looking?
c
Chris Fillmore
11/05/2021, 11:45 AM
Look for LazyColumnScope stickyHeader
v
Vsevolod Kaganovych
11/05/2021, 12:36 PM
it stickyHeader it's the separate item/section, I need it to be the part of the first section. Like in Android Contacts.
t
tad
11/06/2021, 7:20 PM
Not built-in, I'm afraid, but LazyListState gives you the information you need to build it.
👍 1
s
Sololo
11/08/2021, 6:03 AM
https://developer.android.com/jetpack/compose/lists#sticky-headers
5
Views
Open in Slack
Previous
Next