I have an array list, in that array list have values like 3-00,4-00,5-00.these three values stored as a comma separated string in database. Now when i click list view these values display in alert's dialog list view one by one like
3-00
4-00
5-00
But, now displaying 3-00,4-00,5-00. Give me any example snippet for display array List values in list view.