carrot / recycler-core

Multiple view type handling in RecyclerViews with 90% less tears
25 stars 1 forks source link

Add Item click listener for Adapter #35

Closed roideuniverse closed 8 years ago

roideuniverse commented 8 years ago

closes #34

BrandonRomano commented 8 years ago

I imagine that most of the time we'll want to still set our on click listeners at controller level, for code organizational purposes, but this is certainly a good feature that I imagine will get some use in the future 👍

roideuniverse commented 8 years ago

Yeah, the reason for this function was to prevent sending the activity reference to the Controller. Now it gives us the option to not set click listener in the model. 🚀