CardAdapter
Adapter contract for customising the Recycler View adapter.
Author
Umang Chamaria
Since
1.0.0
Functions
Link copied to clipboard
Called when RecyclerView.Adapter.getItemViewType is invoked by the actual adapter.
Link copied to clipboard
abstract fun onBindViewHolder(viewHolder: ViewHolder, position: Int, card: Card, cardListAdapter: CardListAdapter)
Called when RecyclerView.Adapter.onBindViewHolder is invoked by the actual adapter.
Link copied to clipboard
Called when RecyclerView.Adapter.onCreateViewHolder is invoked by the the actual adapter.