fun onCreateViewHolder(parent: ViewGroup, viewType: Int): StringViewHolder
Creates the required View Holder to store the data in
parent - ViewGroup The parent view (ignored)
viewType - Int The type of view to create (ignored)
Return
FavViewHolder The view holder that is created to store the data in