Hi, I can't seem to figure out how to access a variable or function of the fragment containing my ViewHolder class.
Since the constructor has to have a single View parameter, how can I access my fragment in my (static) ViewHolder implementation?
Thank you for the work!
Hi, I can't seem to figure out how to access a variable or function of the fragment containing my
ViewHolderclass.Since the constructor has to have a single
Viewparameter, how can I access my fragment in my (static)ViewHolderimplementation?Thank you for the work!