Status Update
Comments
cu...@gmail.com <cu...@gmail.com> #2
Apologies Jeremy, I realized we have a tracking ticket for the sheet APIs specifically:
ma...@google.com <ma...@google.com>
an...@google.com <an...@google.com> #3
Sounds good. I will make it a dup.
Description
1. List items swiping (and expanding neighbour items if item is added mid-list)
2. List items swiping away when removed
3. List items swapping around when moved
When used together with DiffUtil / ListAdapter, RecyclerView animations are actually kinda similar to how compose works (you just put list in, library calculates all changes and then displays proper transitions).
From what I can see, compose currently has no alternative to this nor do I see clear way of implementing it.