on Bind View Holder
open override fun onBindViewHolder(vehicleViewHolder: VehicleListAdapter.VehicleViewHolder, position: Int)
Content copied to clipboard
It is used to manage the data in each item of vehicle list.
Parameters
vehicle View Holder
is object of VehicleViewHolder, used to bind UI with a data.
position
is a integer which includes position of vehicle from the list.