AppListItemViewHolder
class AppListItemViewHolder(view: View, val composableType: ComposableType) : PickerViewHolder, Inducible(source)
A PickerViewHolder responsible for displaying an item in a list of applications in linear layout. This ViewHolder dynamically inflates and manages different composable parts (icon, title, etc.) based on the provided ComposableType.
It also implements the Inducible interface to provide visual feedback on interaction.
Parameters
view
The root view of the item.
composableType
Defines the structure and behavior of the composable elements within this item.
Functions
Link copied to clipboard
Binds the adapter to this ViewHolder.
Link copied to clipboard
Attempts to perform an action on the first ActionableComposableViewHolder with action.
Link copied to clipboard
Called when the view is recycled.