ExpandableCardView
ExpandableCardView copied to clipboard
Automatic expanding CardView while scrolling in list view
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
holder.setIsRecyclable(false);
Try setting this under onBindViewHolder, Not a proper way, but can fix the problem for time being.