Package-level declarations
Types
Link copied to clipboard
abstract class BaseRcvAdapter<ITEM : Any, VH : RecyclerView.ViewHolder> : RootRcvAdapter<ITEM, VH> , AdapterWriteApi<ITEM, NormalAdapterResult>
Base RecyclerView.Adapter implementation with content item management.
content 아이템 관리를 제공하는 기본 RecyclerView.Adapter 구현입니다.
For header/footer section support, use HeaderFooterRcvAdapter instead.
header/footer 섹션이 필요하면 HeaderFooterRcvAdapter를 사용하세요.