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

len

11/16/2020, 9:40 AM
Is there an existing implementation of a modifier/component to reorder the elements of a LazyColumn with a drag handle?
Basically this from the material spec
I managed to move the selected item with a
Modifier.draggable
but I still need to swap the positions as the item moves around and add the swapping animations, so it doesn't seem like an easy implementation
d

Denis

11/25/2020, 5:44 AM
Hi @len, have you solved the problem? I'm trying to do the same, but there's no progress atm.
l

len

11/25/2020, 10:24 AM
No, I haven't found a solution yet