I have my own custom listview, and at the end of each row I have an ImageView to remove this row from the list, but when I click on this image, I get "Arryindesoutofboundexception: length = 681 indez = -1"
help me
private OnClickListener imageviewClickListener = new OnClickListener() { @Override public void onClick(View v) { int index; index=listView.getSelectedItemPosition();
source share