All data from that ListView is provided by a CursorAdapter. Whenever I pressed back button and return to activity, then c
ListView
CursorAdapter
return
When returned to the activity after pressing back button call:
arraylist.clear(); adapter.notifyDataSetChanged();