Closed xyzeng12 closed 3 years ago
Because RecyclerView not extends of AdapterView,so it can't use itemClicks,what should I do?
You will have to propagate events yourself from the adapter and the views it creates using a subject or relay. This library is only responsible for adapting the exposed callbacks of a view as observables.
Because RecyclerView not extends of AdapterView,so it can't use itemClicks,what should I do?