79172605

Date: 2024-11-09 11:10:31
Score: 1
Natty:
Report link

From version 1.7.0-alpha06 on the new non-Experimental way to do that is:

LazyColumn {
    items(...) { 
        Card(
            modifier = Modifier.animateItem(),
            ...
        ) {
          ...
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ivan Carracedo