I see that we have two ways to make constraints in constraintLayout, `constraintSet` and `createRefs...
a
I see that we have two ways to make constraints in constraintLayout,
constraintSet
and
createRefs()
. Are there any tips about when should I use which and why?