That is not true about Anko. What's different betw...
# android
s
That is not true about Anko. What's different between xml and code is that some xml attributes have a different name than their methods. Example ImageView
android:src
- > setImageDrawable` I've been using Anko for over 6 months and for a couple of apps with some advanced layouts and never have I've seen anything that could be done in xml and not in Anko.