Join Slack
Powered by
Curious about drag and drop story in Compose, if a...
# compose
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? 🙂
t
tylerwilson
01/07/2021, 5:14 PM
Like this -
https://developer.android.com/guide/topics/ui/drag-drop#:~:text=With%20the%20Android%20drag%2Fdrop,and%20helper%20methods%20and%20classes.&text=The%20rest%20of%20this%20topic,in%20terms%20of%20data%20movement
- but centered around Composables instead of views.
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
Open in Slack
Previous
Next