i failed to update views of an ActivityList after updating SimpleAdapter object that holds data ! SimpleAdapter don't have notifyDataSetChanged() method, and invalidateViews() is not working when I retrieve the listview from my ListActicity !!
Actually SimpleAdapter has notifyDataSetChanged
, since it inherits from BaseAdapter
here the doc