How can i put together LazyColumn and LazyStaggere...
# compose
j
How can i put together LazyColumn and LazyStaggeredVerticalGrid? The titles are already in a separate item {}
k
What do you mean by putting together?
j
VErtical sequence, Text -> LazyStaggered -> Another Text
The texts are stagegred together, not in order
k
What is your screenshot showing? A single vertically scrollable content stream?
j
“read article” item should be below “Reminders for today”
k
You're giving very few pieces of the whole thing. What is lazy column in here? Do you need Reminders for Today to span the whole width and be used as a section header, and then do staggered grid layout for the section content?
j
Exactly that, “Reminders for today” and “Notes” should fill whole width and be section header, below each one, i need a StaggeredList, but to scroll all this, i was trying to use LazyStageredVerticalGrid, with item to section and then for the items