Hi everyone! Is there a way or a resource I could ...
# compose
i
Hi everyone! Is there a way or a resource I could refer to in order to achieve a side effect on a lazyrow when an item is scrolled? • The side effect should be only executed only if the current
firstVisibleItemIndex
after scroll is different than before • The side effect should not be executed the item is not fully scrolled I am implementing a fullscreen lazyrow items with a snap behavior Thanks!
I found a solution to this matter. For anyone who’s interested here is the slack post to it https://stackoverflow.com/a/74655143/2057782