dave08
07/03/2023, 3:04 PMLazyColumn
when using paging 3? 1) In the viewModel using map { it.map { ... } }
on the pager's flow, or 2) in the items(...) { }
block calling some kind of state machine or flow that comes with the item in the list (also injected in the Pager's map { }
of the flow) and collecting it there to make the changes, or 3) something else?Ian Lake
07/03/2023, 5:28 PMdave08
07/03/2023, 6:48 PMdave08
07/03/2023, 6:50 PMdave08
07/05/2023, 1:27 PM