Using anko, wanting to have a list that reacts to ...
# android
a
Using anko, wanting to have a list that reacts to the contents. I get that I want to make it observable, and I think I've done that, but it's not updating as I change it.
d
aaron_c: Anko doesn't support data binding yet. Please vote https://github.com/Kotlin/anko/issues/367
a
I came across this article, is it more of a hack then? https://medium.com/lewisrhine/data-binding-in-anko-77cd11408cf9