Bradleycorn
01/09/2021, 3:49 PMListAdapter
and DiffUtils.ItemCallback
to get automatic cool animations when items in our list change positions and are added/removed ... Is there a way to achieve this with LazyColumn?Dominaezzz
01/09/2021, 4:38 PMAnimatedVisibility
and a decent state machine, it can be DIY'ed.Bradleycorn
01/09/2021, 4:41 PMAnimatedVisibility
, for instance to handle the case when the item at position 3 moves to position 1 (it slides up, and items 1 & 2 slide down)Dominaezzz
01/09/2021, 4:43 PMBradleycorn
01/09/2021, 4:44 PM