take a line, add arraylist index line with a loop
String all=""; for(int i=0;i<arraylist.lenght;i++) { all=all+" "+ arraylist.get(i).tostring; }
now saves "everything" in your DB field, only problem with this: SIZE , hope you have what I had in mind
source share