Skip to content

Instantly share code, notes, and snippets.

@pokk
Last active January 16, 2018 15:36
Show Gist options
  • Save pokk/c222f6e10d46c33b0d801d4451c5873f to your computer and use it in GitHub Desktop.
Save pokk/c222f6e10d46c33b0d801d4451c5873f to your computer and use it in GitHub Desktop.
artistAdapter = ArtistAdapter(this@fragment, R.layout.item_artist_type_1, artistRes) { holder, item, _ ->
// !! The problem will happen here.
// The ViewModel will be created again and again.
holder.binding.avm = RecyclerViewSearchArtistChartViewModel(item)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment