I am trying to add the items from my array into the listview but i always get an exception.
below is the code of how i add the items:
use
for(int a = 0; a <= presList.size()-1; a++)
OR
for(int a = 0; a < presList.size(); a++)
instead of
for(int a = 0; a <= presList.size(); a++)