https://kotlinlang.org logo
Title
r

rkeazor

11/11/2017, 7:35 PM
Hey whats better , Anko or XML with data binding. if you were creating a production app which one would you choose
k

kaeawc

11/11/2017, 9:11 PM
kotlin android extensions is my choice
r

radityagumay

11/12/2017, 3:38 AM
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

gildor

11/12/2017, 5:42 AM
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

david.bilik

11/12/2017, 7:28 AM
I am using anko for about a year now, day to day and I would never switch back