Morning everyone! How's everyone's experience with...
# android
b
Morning everyone! How's everyone's experience with Anko been for Android development? Been thinking of starting a project using Anko. Thanks everyone!
g
A lot of people in this chat. So you may just ask your questions, if you have any
k
I think he is just interested if it is worth to start a project with anko nowadays or go straight to ConstrainLayout
g
Aaa? But anko is not a replacement for constraint layout or any other layout. You use the same views and layouts as before
Also anko is not only DSL for layouts
✔️ 1
p
Anko supports ConstraintLayout also. We are using anko for quite some time and we didn’t encounter any issues with it. Thank god no more XML’s 🙂
🙏 1
b
Thanks for the info everyone ! Can't wait to try it
g
But how would you work without preview? When I used Anko this is the most annoying thing I encountered. I couldn’t check what it looks like unless you build it.