I am extending BaseAdapter to make a custom listview row. I have context menu that opens everytime a user holds on the row and prompts if he wants to delete it. However how
To delete, you'll need to do 2 things:
.remove()
.notifyDataSetChanged()
MyListAdapter
mListAdapter