Skip to content

Instantly share code, notes, and snippets.

@emrekose26
Created November 3, 2020 11:12
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 emrekose26/4769b024ce46dc5f30eb5f3344f24692 to your computer and use it in GitHub Desktop.
Save emrekose26/4769b024ce46dc5f30eb5f3344f24692 to your computer and use it in GitHub Desktop.
lifecycleScope.launch {
viewModel.getPopularMovies().collectLatest {
adapter.submitData(it)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment