Skip to content

Instantly share code, notes, and snippets.

@longv
Last active February 1, 2021 22:26
Show Gist options
  • Save longv/68bfcf3a9a076fff0858c0c7fce9534c to your computer and use it in GitHub Desktop.
Save longv/68bfcf3a9a076fff0858c0c7fce9534c to your computer and use it in GitHub Desktop.
DataBindingEntry for data binding RecyclerView
data class DataBindingEntry(
@LayoutRes val layoutId: Int,
val bindings: Map<Int, Any?>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment