IViewProvider

public interface IViewProvider<T>

View Provider Interface

Author

shaunak

Since

2023-08-21

Functions

Link copied to clipboard
public abstract void bindViewHolder(BaseViewHolder holder, T t, int position, List<T> list, IViewProviderListener<T> listener)
Binds the view based on the data source
Link copied to clipboard
public abstract boolean isItemViewType(T item)
Indicates whether the item is of list type
Link copied to clipboard
public abstract BaseViewHolder onCreateViewHolder(ViewGroup parent, int viewType)
Create ViewHolder