https://kotlinlang.org logo
#compose
Title
# compose
s

Sergey B

10/17/2020, 9:09 AM
Hey 👋 I'm new to compose. I'm trying to implement similar behaviour - https://kstatic.googleusercontent.com/files/7e4ab89fb77bd37859c71e8625ec5d3a0d1ecaedcb888e9e4af37f0132c2938917ca5d6598145e4cc2419f815bd1248a82fbac123c49538bc0d0d8046fcc76cd . Could you give me a direction on how to implement it? Do I need to use swipeable modifier? Or is there something ready to use?
r

Rudolf Tammekivi

10/17/2020, 9:16 AM
SwipeToDismiss composable I think, there were some examples too
s

Sergey B

10/17/2020, 9:31 AM
thank you @Rudolf Tammekivi. I'll check it
2 Views