Is it planned to have an equivalent of `ItemTouchH...
# compose
o
Is it planned to have an equivalent of
ItemTouchHelper
to easily reorder items of
LazyRow
or
LazyColumn
with animation? I can't find anything equivalent in Compose (except implementing it ourselves using Compose gestures). I know there are 3rd part libraries and foundation building blocks to achieve that, but I'm wondering if there is short term plan to have this as a "stock" API in official Jetpack Compose before starting anything new around this need.
👀 1
I see "Foundation > (In Focus) Lazy item animations" and "Foundation > (Backlog) Drag and drop in Lazy layouts" in https://developer.android.com/jetpack/androidx/compose-roadmap So I guess it's more 2024 than 2023, right?