My ListView is using an extension of BaseAdapter, I can not get it to refresh properly. When I refresh, it appears that the old data draws on top
ListView
BaseAdapter
Only this works for me everytime, note that I don't know if it causes any other complications or performance issues:
private void updateListView(){ listview.setAdapter(adapter); }