SyntaxFix
Write A Post
Hire A Developer
Questions
Add this code
runOnUiThread(new Runnable() { public void run() { adapter = new CustomAdapter(anotherdata); adapter.notifyDataSetChanged(); } });