Skip to content
#

viewholder

Here are 80 public repositories matching this topic...

terekhovyes
terekhovyes commented Aug 9, 2020

ibrahimyilmaz/kiel#40 added syntax to define Diff callback for whole adapter. But you still have no ability to define diff callback for register blocks separately.

There is example of how it may look like:

adapterOf<Animal> {
    register(
        layoutResource = R.layout.item_cat,
        viewHolder = ::CatHolder,
        diff = diff(
            areIt
enhancement help wanted good first issue reddit

Improve this page

Add a description, image, and links to the viewholder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the viewholder topic, visit your repo's landing page and select "manage topics."

Learn more