How do I delete an item from my listview? I delete the item, but when I click on the next item the same item that I deleted was selected.
My code:
adapter.Remove("LISTA 1");
adapter.Remove("LISTA 2");
adapter.Remove("LISTA 3");
adapter.Remove("LISTA 4");