ViewHolderDelegate

abstract class ViewHolderDelegate<VD : Any>

A delegate for IBaseViewHolder.

You can create your own item view inflate process through this delegate.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun create(context: Context, parent: ViewGroup?): VD

Create a new instance from delegate.

Link copied to clipboard
abstract fun getView(instance: VD): View

Get the view from the instance.