RecyclerView-MultipleViewTypesAdapter
RecyclerView-MultipleViewTypesAdapter copied to clipboard
Is it possible to arrange the items in organised manner
All viewtype1 are in one order and type2 are in on order
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 list and then call notifyBinderDataSetChanged()