app / de.uniks.codliners.stock_simulator.ui.history / TransactionListAdapter / onBindViewHolder

onBindViewHolder

fun onBindViewHolder(holder: ViewHolder, position: Int): Unit

Binds a Transaction to a ViewHolder.

Parameters

holder - The target ViewHolder.

position - The position of the Transaction in this adapter's list.