Skip to content

Instantly share code, notes, and snippets.

@paulocns
Last active February 15, 2020 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulocns/6bd93f38581f6d4fe13e5fb38cb3d29e to your computer and use it in GitHub Desktop.
Save paulocns/6bd93f38581f6d4fe13e5fb38cb3d29e to your computer and use it in GitHub Desktop.
Kdb Exemple
queryViewModelArc.searchEnabled.bind(searchButton::setEnabled)
queryViewModelArc.showLoading.bind { loadinLayout.present = it }
queryViewModelArc.queryValue.twoWayBind(queryEditText.bindableText)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment