SwipeMenuListView icon indicating copy to clipboard operation
SwipeMenuListView copied to clipboard

Duplicate items

Open negreanucalin opened this issue 8 years ago • 4 comments

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...

negreanucalin avatar Aug 26 '16 09:08 negreanucalin

It's probably you did not clear your arraylist before you update data on Refresh or in Loop.

ArrayList arrayList = new ArrayList<list>;

LenghongQL avatar Aug 29 '16 01:08 LenghongQL

any one with the solution on this

riyal123 avatar Sep 16 '16 12:09 riyal123

I have the same problem. Please help

Snailtamer avatar Mar 29 '19 10:03 Snailtamer

Updates?

snill93 avatar Oct 13 '20 01:10 snill93