onCreateViewHolder
abstract fun onCreateViewHolder(viewGroup: ViewGroup, viewType: Int): ViewHolder
Content copied to clipboard
Called when RecyclerView.Adapter.onCreateViewHolder is invoked by the the actual adapter.
Since
10.1.00