https://kotlinlang.org logo
t

tylerwilson

01/07/2021, 4:44 PM
Curious about drag and drop story in Compose, if any.
f

fmasa

01/07/2021, 5:00 PM
Drag and drop could mean so many things. What exactly do you mean? 🙂
f

fmasa

01/07/2021, 5:19 PM
I meant whether you have use case in mind. There is
draggable
modifier which you can use to hack together list of draggable items and other things.
j

jim

01/07/2021, 11:19 PM
Also for Desktop, this is a cool file selector using drag-and-drop: https://dev.to/tkuenneth/from-swing-to-jetpack-compose-desktop-2-4a4h
🎉 2