Yeah, I’m not too worried about the `findViewById`...
# android
b
Yeah, I’m not too worried about the
findViewById
calls in ViewHolders which is why I just call
itemView.myView
instead of caching it manually with
val myView = itemVew.myView