Last active
February 15, 2020 04:59
-
-
Save paulocns/6bd93f38581f6d4fe13e5fb38cb3d29e to your computer and use it in GitHub Desktop.
Kdb Exemple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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