Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created June 25, 2020 15:08
Show Gist options
  • Save JoseAlcerreca/b89de784acb7fc992858c2c1ca91a8b0 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/b89de784acb7fc992858c2c1ca91a8b0 to your computer and use it in GitHub Desktop.
<!-- Copyright 2020 Google LLC.
SPDX-License-Identifier: Apache-2.0 -->
class MyViewModel : ViewModel() {
val result = liveData {
emit(doComputation())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment