PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

Filter in Expandable Recycler View

Open KKS161994 opened this issue 8 years ago • 0 comments

Filter in Expandable Recycler View creates problem. I did it and it was horrifying to implement. Though I was able to resolve the error still the pattern of written code in expandable recycler adapter can be much more improved. A person who doesn't goes inside library will never come to know that notifyDataSetChanged() when mItemsList of ExpandableRecyclerAdapter is modified.We should basically create a notify data set changed function in the expandable recycler adapter and there we should modify mItemsList on the basis of user modification. Ur library contains a lot of issues . With parent and child view holder .

KKS161994 avatar Mar 08 '16 07:03 KKS161994