I am trying to implement ListView with Delete functionality to delete item from the listview. I am successful to delete but failed to refresh the listview after deletetion o
Try calling refreshDrawableState to tell the list to redraw.