In my application I want use this Library for show ArrayList items. My ArrayList from server:
ArrayList
\"genres\": [ \"Action\",
Use TextUtils.join(",", yourList);
TextUtils.join(",", yourList);