astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

Filter in Expandable Recycler View #281

Open KKS161994 opened 8 years ago

KKS161994 commented 8 years ago

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 .