I know in `ViewHolder`s you reference the `itemVie...
# android
b
I know in `ViewHolder`s you reference the
itemView
to access the synthetic properties (e.g.
itemView.titleTextView.text = “foo”
)