Skip to content

Instantly share code, notes, and snippets.

@hadilq
Last active November 6, 2018 19:33
Show Gist options
  • Select an option

  • Save hadilq/e61ac6dc5dfc86991e331aff86f510d7 to your computer and use it in GitHub Desktop.

Select an option

Save hadilq/e61ac6dc5dfc86991e331aff86f510d7 to your computer and use it in GitHub Desktop.
class LiveEventViewModel {
...
private val liveData = MutableLiveData<String>()
val singleLiveEvent = liveData.toSingleEvent()
...
... {
liveData.value = "YES"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment