arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter/ViewBinder

ViewBinder

interface ViewBinder<in MODEL>

Interface to be implemented by custom android.view.Views to handle data binding when used with BaseRecyclerAdapter.

Parameters

android

   
MODEL The type of data to be bound to the view.

Functions

Name Summary
bind [android]
abstract fun bind(model: MODEL)
Binds the model data to the view.