Constraint Layout in Android studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Constraint Layout in Android studio

I'm having a horrible experience with using constraint layout in android studio after update.How to use these layouts properly???

5th May 2017, 6:00 PM
Nantha
Nantha - avatar
3 Answers
+ 1
XML layout changes its default to constraint layout after update. I can change that to linear or relative layout. But it sounds interesting to learn constraint layout .
5th May 2017, 6:24 PM
Nantha
Nantha - avatar
+ 1
Thanks a lot.If you update it share some experience about it .
5th May 2017, 6:29 PM
Nantha
Nantha - avatar
+ 1
Constraint layout has been designed to handle consistency on all screens. ie. with it you can set the distance between each control and that will stay constant on all devices. It's recommended to use it even though, yes at first sight it is quite difficult.
7th May 2017, 10:28 AM
Hassie
Hassie - avatar