Hey, we've recently added a `SectionedList` compon...
# compose-wear
g
Hey, we've recently added a
SectionedList
component to Horologist that should help building screens divided in sections and controlling the sections states individually. There is a video of the sample screen in this PR. I hope that you find it helpful.
👏🏽 2
👏 3
b
Nice! Would love an option to make the headers sticky 😄
g
Oh as SectionedList is an implementation on top of ScalingLazyColumn, I think you might have to follow up on this thread with a use case, to see how it would be added 😬
b
right 😄 I've never followed up there. In my little app, I've used a regular
LazyColumn
in the end and it works well. It shows the times when a movie play, per theater. Having the name of the theater always visible is important I think.
not sure it it would benefit a lot from being an actual ScalingLazyColumn in my case
g
Cool 👏🏼 I think these are the points you should consider if you would benefit from using a SLC. As per this doc, these features "help users see what to focus on"