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

zalewski.se

06/13/2020, 5:46 PM
Is there any way to do something like
notifyItemMoved()
from RecyclerView with Compose
AdapterList
?
m

Manuel Wrage

06/13/2020, 5:46 PM
Just mutate the list you pass to the AdapterList and use a ModelList
z

zalewski.se

06/13/2020, 5:48 PM
Hmm, is it gonna animate this change? 🤔
m

Manuel Wrage

06/13/2020, 5:49 PM
No.
z

zalewski.se

06/13/2020, 5:51 PM
I’m looking for a way to do this (slide?) animation which you have with
notifyItemMoved()
method
3 Views