Skip to content
#

visitor-pattern

Here are 148 public repositories matching this topic...

Unity-Design-Pattern
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
amatiushkin
amatiushkin commented Oct 6, 2020

Explore and create an example of how traverser's iterators API can be used in Kotlin.

It could be as as small as code snippet or full-fledged example application.

This task is intentionally vague to uncover any documentation issues, find this API and its variations are part of the challenge.

Thanks @abhishekganesan88 for taking a stub at this (this issue is related to #16 )

Improve this page

Add a description, image, and links to the visitor-pattern 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 visitor-pattern topic, visit your repo's landing page and select "manage topics."

Learn more