Skip to content

Instantly share code, notes, and snippets.

@mallethugo
Created March 19, 2019 09:32
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 mallethugo/8300cc76e66053cc140cb915bce39330 to your computer and use it in GitHub Desktop.
Save mallethugo/8300cc76e66053cc140cb915bce39330 to your computer and use it in GitHub Desktop.
val myAdapter = MyAdapter(dataList)
myAdapter.setHasStableIds(true)
myRecyclerView.apply {
layoutManager = LinearLayoutManager(this)
adapter = myAdapter
adapter.notifyDataSetChanged()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment