Please Check the following codes & please tell me about the error(s) I have done. Its not refreshing the list by using notifyDataSetChanged()
While clicking the refresh button the list becomes either blank or it has no change.
The code is like this:
adapter.notifyDataSetChanged();
where adapter is my adapter type extended from BaseAdapter. Please give a solution asap.
If you wish, you may check following codes I have done, to find the errors.
No need of further discussion on this issue.
I get solved this issue. Click here to check the solution.