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

Vivek Sharma

11/17/2020, 6:13 PM
I am having a `mutableStateListOf`in viewmodel, and and using that list in lazycolumn, so I have checkbox in each item, so I would have to recompose whole list by changing the data in list , if I check and uncheck checkbox?
or updating each item will recompose my list
63 Views