<@U63H9J85D> you can do something like : `listOf("...
# android
m
@sqia09 you can do something like :
listOf("one","two","three").sortedWith(compareBy<String> { it.length }.thenByDescending { it.first() }.thenBy { it.last() })
s
i want the execution of my list in a sequence...with the list sorted, how can i only make only one item in recyclerview active?