Skip to content

Instantly share code, notes, and snippets.

@CDRussell
Created March 21, 2018 02:13
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 CDRussell/4eb9e772cc5a1efa49780374e4274a39 to your computer and use it in GitHub Desktop.
Save CDRussell/4eb9e772cc5a1efa49780374e4274a39 to your computer and use it in GitHub Desktop.
taskDao.getAll().observe(this, Observer<List<Task>> {
taskListAdapter.submitList(it)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment