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!