How can i replace a value in this arraylist like i...
# android
k
How can i replace a value in this arraylist like i want to replace "bbb" so that it can be "bb":"999"
Copy code
[{
  "aaa": "#FF7B5CC1",
"bbb": "000",
 "ccc": "ghffh"
 }]
val arrayList = Arrays.asList<MyModel>(newitem)