I have one ListView which is showing me some data through an array (which is in another class and I\'m accessing it through it\'s object).
Whenever I delete an elem
List refreshing for me: listView.invalidateViews();
listView.invalidateViews();
It'll do:
mDataChanged = true; rememberSyncState(); requestLayout(); invalidate();
The case as to manage some list item removal or removal all element at once.
Tested in API 24.