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.