Trying to write a check for a specific group in the list:
for(Groupss g :jsonResponse.getForm().getmGroupss()) { if(g.getmControls().get(0).getTitle().equals("type")) { mList.add(g); } Knocks out the following error:
E / AndroidRuntime: FATAL EXCEPTION: main Process: com.comp.secondproject, PID: 11587 java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
And points to the 2nd line in the code.