RecyclerView-MultipleViewTypesAdapter icon indicating copy to clipboard operation
RecyclerView-MultipleViewTypesAdapter copied to clipboard

Is it possible to arrange the items in organised manner

Open trinadhkoya opened this issue 7 years ago • 1 comments

All viewtype1 are in one order and type2 are in on order

trinadhkoya avatar May 06 '17 10:05 trinadhkoya

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()

Deepscorn avatar Mar 01 '18 02:03 Deepscorn