Package fr.haan.bipak.android

Types

Link copied to clipboard
abstract class PagingDataAdapter<T, VH : RecyclerView.ViewHolder>(diffCallback: DiffUtil.ItemCallback<T>) : ListAdapter<T, VH>

ListAdapter base class for presenting paged data from fr.haan.bipak.PagingDatas in a RecyclerView.