Skip to content

Instantly share code, notes, and snippets.

@jhonatansabadi
Created March 17, 2022 15:58
Show Gist options
  • Save jhonatansabadi/965550b47827cdcc36dd1c733c54ca66 to your computer and use it in GitHub Desktop.
Save jhonatansabadi/965550b47827cdcc36dd1c733c54ca66 to your computer and use it in GitHub Desktop.
viewModelScope.launch(Dispatcher.IO) {
val result = apiCall()
_myLiveData.value = result
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment