I want to concatenate an ArrayList with commas as separators. I found this answer, stating it\'s possible to use String.join in Java.
String.join
When I try to use
You can use this
TextUtils.join(", ", your_list);