This is the error i get when i write this line of code.
symbol : variable isSeletecd location: class java.lang.String if (dorm[0].isSeletecd && meal[0].
dorm and meal are String arrays, there is no isSeletecd field or isSelected() method on a java.lang.String.
dorm
meal
isSeletecd
isSelected()
java.lang.String