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
Another easy way:
//In your ListViewActivity: public void refreshListView() { listAdapter = new ListAdapter(this); setListAdapter(listAdapter); }