Skip to content

Instantly share code, notes, and snippets.

@emmano
Created December 30, 2019 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmano/84130d18e3cf351130d985b6aaa037f6 to your computer and use it in GitHub Desktop.
Save emmano/84130d18e3cf351130d985b6aaa037f6 to your computer and use it in GitHub Desktop.
private val adapter by adapter<ComicCellBinding, ComicModel>(BR.comicModel, R.layout.comic_cell){binding, model-> //do something}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment