Is it possible to update a SimpleAdapter? I have a list of data and a footer that says \"See Next Results\" When that list item is clicked I capture the event and get new d
mySimpleAdapter.notifyDataSetChanged();
Use this line after updating data in the data HashMap list