I was store some values as a comma separated string in Sq lite database. Now i want to getting that values from database to list view. But problem is, the comma separated string is directly visible in list view, i want to split that string and display in list view. I am very confusing because, i used array list to get comma separated from DB, I don't know how to split that string in array list and display list view?
how to split string from Arraylist by comma and get that stringd to listview.