Just reposting this I asked a couple days ago in h...
# compose
o
Just reposting this I asked a couple days ago in hopes that maybe some folks with ideas had missed it... 🙈🙊🙉 https://kotlinlang.slack.com/archives/CJLTWPH7S/p1644267546408289?thread_ts=1644267546.408289&cid=CJLTWPH7S
🔥 1
z
I think you can implement that using accompanist pager, they have scroll effects which could provide the curved effect, and their content padding can help make sure more than 1 item is visible at a time. Theres some math in the article you linked thats probably useful for the actual implementation too.
✔️ 1
o
Thanks! Sounds like view pager may be the move... I'll check it out. Thanks for the info!