Skip to content

Instantly share code, notes, and snippets.

@Fbada006
Created April 19, 2020 10:16
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 Fbada006/86bbda956140797c5e1c41a63a38e312 to your computer and use it in GitHub Desktop.
Save Fbada006/86bbda956140797c5e1c41a63a38e312 to your computer and use it in GitHub Desktop.
viewModel.pojoLiveData.observe(this, Observer { pojoList ->
if (pojoList != null) {
myAdapter.submitList(pojoList)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment