so we wanna use anko in a production app thats com...
# anko
g
so we wanna use anko in a production app thats coming up. itll be an app heavily focused on reusable components. also components that resize easily, components that animate nicely etc etc. which seems like we'll need constraint layout. does anyone have any experience of using anko and constraint layouts in general? any input would be appreciate with anko in general or anko and constraint layouts 🙂
You can use the
updateLayoutParams
from AndroidX core KTX 0.3 and
TransitionManager
on top of it to gain responsive and animations support
g
I'll take a look, thanks 🙂