TtListItemViewModelBinder
class TtListItemViewModelBinder<VM> : TtListItemBinder<ViewDataBinding, VM>
Content copied to clipboard
The default binder for TtListLinearLayout and TtListTableLayout to bind it with the ViewModel. The default binder has exactly one data binding variable called viewModel
. If the binding class does not have it, the view items in TtListLinearLayout or TtListTableLayout can not be populated.