You may use the slowAdapter to refresh the View:
SlowAdapter slowAdapter = new SlowAdapter(this); list.setAdapter(slowAdapter); slowAdapter.notifyDataSetChanged();