Skip to content

Instantly share code, notes, and snippets.

@af2905
Created November 12, 2023 15:46
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 af2905/9bde3a02878c10f6f526fa8c05cf541f to your computer and use it in GitHub Desktop.
Save af2905/9bde3a02878c10f6f526fa8c05cf541f to your computer and use it in GitHub Desktop.
simple_coroutine_launch
lifecycleScope.launch {
val data = receiveData()
showToast(context = this@MainActivity, message = data)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment