SwipeMenuListView
SwipeMenuListView copied to clipboard
Duplicate items
I was baffled that when I assign over 10 elements in my list I get duplicate values...did somebody encounter this before?
If I debug my ArrayList I see that I have unique items...
It's probably you did not clear your arraylist before you update data on Refresh or in Loop.
ArrayList arrayList = new ArrayList<list>;
any one with the solution on this
I have the same problem. Please help
Updates?