SyntaxFix
Write A Post
Hire A Developer
Questions
Try like this:
this.notifyDataSetChanged();
instead of:
adapter.notifyDataSetChanged();
You have to notifyDataSetChanged() to the ListView not to the adapter class.
notifyDataSetChanged()
ListView