Skip to content

Instantly share code, notes, and snippets.

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