on Create View Holder
open fun onCreateViewHolder(@NonNull parent: ViewGroup, viewType: Int): BaseViewHolder<GroupChannel>
Called when RecyclerView needs a new < of the given type to represent an item.
Return
A new < that holds a View of the given view type.
See also
Parameters
parent
The ViewGroup into which the new View will be added after it is bound to an adapter position.
view Type
The view type of the new View.