app / com.ocean.ishareeconomy_android.adapters / LendObjectAdapter / onBindViewHolder

onBindViewHolder

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

Called by RecyclerView to display the data at the specified position. This method should update the contents of the {@link ViewHolder#itemView} to reflect the item at the given position.

Return
Unit