ahmedrizwan / RxRecyclerAdapter

Rx based RecyclerView Adapter
192 stars 28 forks source link

Use a Consumer instead of the event to get even closer to the Rx paradigm #16

Open Vrakfall opened 5 years ago

Vrakfall commented 5 years ago

While looking at this example (Line 58), I thought a Consumer would be a better fit than using an override to react to an event. It would make this lib even more Rx!

Anyhow, I like this lib so far. I just think it deserves more documentation. Keep up the good work!