Hey. Does anyone know how to implement this kind o...
# compose
v
Hey. Does anyone know how to implement this kind of sticky headers in Compose? Or advise from where I should start looking?
c
Look for LazyColumnScope stickyHeader
v
it stickyHeader it's the separate item/section, I need it to be the part of the first section. Like in Android Contacts.
t
Not built-in, I'm afraid, but LazyListState gives you the information you need to build it.
👍 1