Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created March 13, 2019 14:30
Show Gist options
  • Save JoseAlcerreca/f75973c2ac2c9afb6247d0b205d1f1fa to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/f75973c2ac2c9afb6247d0b205d1f1fa to your computer and use it in GitHub Desktop.
class MyViewModel : ViewModel() {
val name = ObservableField<String>("Ada")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment