GridCheckBoxViewHolder
ViewHolder for a grid item that includes a checkbox for selection.
This ViewHolder extends GridViewHolder and adds functionality for handling checkbox selection states and accessibility. It binds to AppInfoViewData to display application information and manage the selection state of the associated item.
Parameters
view
The view for this ViewHolder, typically inflated from a layout resource.
Functions
Link copied to clipboard
Updates the enabled/disabled state of this ViewHolder if the ViewData is an instance of AppInfoViewData.
Link copied to clipboard
Called when the view is recycled.