While I don't like xml in general because of its s...
# android
r
While I don't like xml in general because of its signal-to-noise ration, I have to say that for android UI, it doesn't really bother me. It's quite well thought out and readable. Using anko tends to (at least for me) create View files that have worse readability than xml files, especially for big layouts. For that reason I only use the view-constructing parts of anko for smaller views, like viewholders and the likes.