ListAdapter

This RecyclerView adapter handles different view types for items and group headers. It uses a ComposableFactory to create and manage composable views for items.

Parameters

context

The context used to inflate views.

composableStrategy

The strategy for creating composable views.

Constructors

Link copied to clipboard
constructor(context: Context, composableStrategy: ComposableStrategy)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getItemViewType(position: Int): Int
Link copied to clipboard
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): PickerViewHolder