on Create View Holder
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): HelpItemAdapter.HelpItemViewHolder
Content copied to clipboard
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.