Package-level declarations

Types

Link copied to clipboard
abstract class SupportPagedListAdapter<T : Any>(differCallback: DiffUtil.ItemCallback<T>, supportsStableIds: Boolean = false) : PagedListAdapter<T, SupportViewHolder> , SupportAdapter<T>

Core implementation for handling complex logic for androidx.paging.PagedListAdapter and androidx.recyclerview.widget.RecyclerView.ViewHolder binding logic