artem-zinnatullin / qualitymatters

Android Development Culture

Home Page:https://artemzin.com/blog/android-development-culture-the-document-qualitymatters/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ItemVIewHolder click listeners

opened this issue · comments

I see that you have ItemViewHolder as a separate class as opposed to an inner class of the adapter. I was wondering how would you implement a click listener without a reference to the adapter?

I'd just pass everything needed to the ViewHolder class/object.