Hey whats better , Anko or XML with data binding....
# android
r
Hey whats better , Anko or XML with data binding. if you were creating a production app which one would you choose
k
kotlin android extensions is my choice
r
I am using XML, because if you need a custom view it's much easier than using dsl. There are ceremonies needed when you use dsl with custom view.
g
imao data bindings much more advanced and higher lever technology, with own drawbacks (a lot of code generation), but still very strong and reduces amount of code. But also much more opinionated in terms of architecture approach
d
I am using anko for about a year now, day to day and I would never switch back