how do you guys expose a click event as an observa...
# rx
z
how do you guys expose a click event as an observable from within a
ViewHolder
within
RecyclerView
? Would it be bad form to use a `Subject`/`Relay` (that's scoped to the containing ViewGroup/Fragment/Activity), which the
ViewHolder
has a reference to?
b
zak.taccardi: In my base implementation I have 2 rxrelays, one for click and another for longclicks