rv-joiner
rv-joiner copied to clipboard
Add support for RecyclerViewCursorAdapter
Could you add support to allow joining of RecyclerViewCursorAdapter?
The gist below contains RecyclerViewCursorAdapter and RecyclerViewCursorViewHolder: https://gist.github.com/codeversed/393cffee3d9d9303b15dd8a5d1074b04
Doesn't this work already?
rvJoiner.add(new JoinableAdapter(new RecyclerViewCursorAdapter(context)));
Since RecyclerViewCursorAdapter is an instance of RecyclerView.Adapter