AleSpero / ExpandableCardView

Simple expandable CardView for Android.
Apache License 2.0
689 stars 88 forks source link

Automatic expanding CardView while scrolling in list view #26

Open DroidMagician opened 6 years ago

DroidMagician commented 6 years ago

Hi,

I used this library for a listview item and when I click on a card to expand, it expands every 5th card. I have a ListView with 100+ items.

Please give me some suggestion or solution to solve this error. Thanks

DoctorcodeV07 commented 3 years ago
    holder.setIsRecyclable(false);

Try setting this under onBindViewHolder, Not a proper way, but can fix the problem for time being.