I Googled lot about this notifydataset change issue, still i m unable to find answer, i have a listview containing custom object.
My implementation looks like this
1) A list of custom objects 2) A Adapter to which i provide the custom object list
My Quesion:
When i delete any item from list, in backend i'm simply calling remove from the custom object list. and if i call notifyDatasetchanged, its not working :(..
Its not refreshing the list, i dont no where is it missing. Kindly help me what is the procedure to update list in this senarios