Skip to content

Instantly share code, notes, and snippets.

@Garyteck
Created August 14, 2020 05:17
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 Garyteck/b861ebda2168787df32fa7d198d35e64 to your computer and use it in GitHub Desktop.
Save Garyteck/b861ebda2168787df32fa7d198d35e64 to your computer and use it in GitHub Desktop.
CryptoListfragment
lifecycleScope.launch {
cryptoViewModel.cryptos.collectLatest {
cryptoAdapter.submitData(it)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment