SyntaxFix
Write A Post
Hire A Developer
Questions
I think if u add the following code, it will work
listview.invalidateViews();
To remove an item, Just remove that item from the arraylist that we passed to the adapter and do listview.invalidateViews(); This will refresh the listview