Mikhail Tokarev
Mikhail Tokarev
PS if you later will want to put it back (e.g. show/hide binder items depending on some checkbox) - you may just return 0 or mDataSet.size() from overriding DataBinder.getItemCount and...
@slott I didn't see a way for algorithm to see that you really removed binder. If you delete binder the way you suggested in https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter/issues/16#issuecomment-275601464 Then you are just removing...
https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter/issues/11#issuecomment-167453751
All items appear just in the same order they are in binder. If you want to change the order of items inside the binder, you just need to sort underlying...
This is indeed a bug. But not blocking our project in any way. Because we've simplified our rx usages