My arraylist contains String array objects. How Can I get all values? My code is below,
String cordinates1c,cordinates2l,cordinates2m; String[
for(int i=0;i
You have to iterate over the array of strings, too.