I want to delete the selected item from the ListView but I can\'t. I\'ve tried a lot of methods but they aren\'t working for me.
ListView
This is my adapter list
Implement the onitemclickListener and get the item(get ID) clicked in the arrayadapter and then call arrayList.remove([ID]); adapter.notifyDataSetChanged();