Do you have some plans about view DSL binding?
# splitties
p
Do you have some plans about view DSL binding?
l
What do you mean by binding?
p
bind an action or a property to another property like you can do with databinding library of Android or RxJava. I have seen that exists something for Anko (https://github.com/lightningkite/kotlin-anko-observable or https://github.com/agrosner/KBinding). First example edittext ontextchanged, with a two-way binding
l
I have no plans for two-way binding, and regarding one way binding, I have not plans to add anything particular into Splitties Views DSL either, as the way you get or set data to/from views can vary a lot.
p
ok, thank you