Hello guys, anyone have done this before? Having a...
# compose
p
Hello guys, anyone have done this before? Having a LazyColumn, detect the scroll (up/down/end) and depends on it show/hide a
@Composable
? I've tried with
MutableTransitionState
and with
rememberLazyState
but looks like it's too tricky to find these movements. So, the idea is : When the user scroll down the button should hide When the user scroll up the button should show When the user stops the button should hide When the user arrives to the end of the list should show I've post a question on StackOverflow in case you need more info, but I don't know what I'm missing 😕 https://stackoverflow.com/questions/71333628/how-to-detect-scroll-behaviour-in-lazycolumn