protected abstract fun bindView(@NonNull itemView: View): Unit
Called when this holder is created, with the view that it should hold. You can use this opportunity to find views by id, and do any other initialization you need. This is called only once for the lifetime of the class.
itemView - View: A view inflated from the layout provided by EpoxyModelWithHolder#getLayout()