rv-joiner icon indicating copy to clipboard operation
rv-joiner copied to clipboard

Add support for RecyclerViewCursorAdapter

Open codeversed opened this issue 9 years ago • 1 comments

Could you add support to allow joining of RecyclerViewCursorAdapter?

The gist below contains RecyclerViewCursorAdapter and RecyclerViewCursorViewHolder: https://gist.github.com/codeversed/393cffee3d9d9303b15dd8a5d1074b04

codeversed avatar May 20 '16 17:05 codeversed

Doesn't this work already?

rvJoiner.add(new JoinableAdapter(new RecyclerViewCursorAdapter(context)));

Since RecyclerViewCursorAdapter is an instance of RecyclerView.Adapter

niknetniko avatar Aug 18 '16 20:08 niknetniko