Perfectly fine to use both, although if you're usi...
# android
r
Perfectly fine to use both, although if you're using anko to the max (no xml files, everything in anko components) then the extensions might not be just as helpful. I personally use anko mainly for the intent helpers and several other things, but still write most UI in XML, so I always have both in my projects.