I\'ve got some troubles with notifyDataSetChanged() of a BaseAdapter. This method is called in refreshItems() and shall update the BaseAdapter of my ListActivity. On calling
call AbsListView.invalidateViews() on your listview after BaseAdapter.notifyDataSetChanged()