Is it possible to register a listener with a RecyclerView so that I can be notified whenever a a view within a ViewHolder is recycled i.e. onBindViewHolder(~) called?
I do not have the ability to modify the RecyclerView or the attached Adapter (if there is one).