Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jakubkinst/1f181c7a9d090bdb0805147345965039 to your computer and use it in GitHub Desktop.
Save jakubkinst/1f181c7a9d090bdb0805147345965039 to your computer and use it in GitHub Desktop.
class MainViewModel : ViewModel(){
// val email = ObservableField<String>("@")
val email = mutableLiveDataOf("@")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment