Join Slack
Communities
Powered by
you work with mutableList or ArrayList?
# android
a
aris
02/07/2018, 3:25 PM
you work with mutableList or ArrayList?
r
rootandy
02/07/2018, 4:09 PM
according to this wonderful cheatsheet of
@s1m0nw1
you should better use List if possible - just if you need mutability MutableList is better
a
aris
02/07/2018, 4:51 PM
But to put into bundle?
m
marcinmoskala
02/08/2018, 3:16 PM
mutableList
works in common modules, Kotlin/JS, Kotlin/Native etc. I think it is why it should be used instead as often as possible.
3
Views
Open in Slack
Previous
Next