baoyongzhang / SwipeMenuListView

[DEPRECATED] A swipe menu for ListView.
MIT License
3.51k stars 1.26k forks source link

Duplicate Entries #164

Open genioProroast opened 6 years ago

genioProroast commented 6 years ago

I am getting duplicate entries everytime I scroll on this list. Any idea what can be causing this? I'm not the only the one experiencing this issue

luchexrb commented 6 years ago

This has a solution?... I have the same problem!

Snailtamer commented 5 years ago

I am having the same problem with my project. I have a custom ArrayAdapter with custom layout for it. The first few listItems that are shown on the screen are arranged correctly (test1, test2,test3....test15) but when i scroll down to see the rest of the list, the items get scrambled...(test4, test27, test2). Then i created another project with standard Adapter and standard simple_list_item_1 layout with 50 items and it works perfectly. I really dont know what is the problem here. Does anyone knows the solution to this problem??

snill93 commented 3 years ago

Updates?