Skip to content

Instantly share code, notes, and snippets.

@emmano
Created December 30, 2019 18:56
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/5bb419b79c2a1ab9e6b0dda79f49f06c to your computer and use it in GitHub Desktop.
Save emmano/5bb419b79c2a1ab9e6b0dda79f49f06c to your computer and use it in GitHub Desktop.
Creating simple adapter using adapt
private val adapter by adapter<ComicModel>(BR.comicModel, R.layout.comic_cell)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment