onCreateViewHolder

open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): HelpItemAdapter.HelpItemViewHolder

If there is no (re)usable HelpItemViewHolder: create a new one.

Create a new HelpItemViewHolder by using the layout of item_help.xml and calling LayoutInflater to instantiate this layout.