Step 1. Have around 20 items in the adapter created initially.
Step 2. Then apply filter so that less items(10?) remain
Step 3. Remove an item from the adapter - ex: adpater.removeitem(2)
Step 4. Clear the filter.
The item removed here shows up in the list again after clearing the the filter. Is there any way I can make that deletion stick?
Step 1. Have around 20 items in the adapter created initially.
Step 2. Then apply filter so that less items(10?) remain
Step 3. Remove an item from the adapter - ex: adpater.removeitem(2)
Step 4. Clear the filter.
The item removed here shows up in the list again after clearing the the filter. Is there any way I can make that deletion stick?