I am trying to figure out how I \"Refresh\" the list view the user is on when an item from my listview is deleted. I have tried notifyDataSetChanged() but to no avail, which is
notifydatasetchanged will see for any changes in the list
and notifydatasetinvalidated will check if there is any item removed then it will update the list