RecyclerViewUtils
RecyclerViewUtils copied to clipboard
Simple Expandable adapter is having problem with notifyDataSetChanged();
- We are passing list within the constructor of simple expandable adapter. Everything seems fine.
- On click event of item view, we are adding data to the existing list and calling notifyDataSetChanged(); but it seems the adapter is not getting that and hence, not updating the existing list!