Hey, I am looking for the ```NestedScrollConnectio...
# compose
a
Hey, I am looking for the
Copy code
NestedScrollConnectionSample
but can't seem to find it anywhere. My usecase is building a collapsing toolbar layout. Would love it someone could point me in the right direction here, cheers!
f
I tried something like that few weeks ago so you can have a look if there is something you need. It's just an experiment so there are probably better solutions. I didn't have the time to explore it properly.
a
thanks Filip, I'll check it out. I am pretty much a compose beginner at this point, so if it's not giving me exactly what I need, it's probably going to teach me something regardless, so cheers!
f
I am just worried that it might teach you something wrong 😅 Just bear in mind that it's only a quick and dirty example of nested scroll and I am still learning myself
a
I'll have a look and cross check with other sources. Don't worry 😄
👌 1
Thanks for the headsup!
I just tried a modified version of your implementation and it works great! There is no fling support or is there?
f
Sadly not 😞 Like I said it's only a quick and dirty example. But please let me know if you make some improvements