/Constraint-Layout

This repository shows uses of constrain layout in android along with some modern features such as guidelines, chains and barriers.

Constraint-Layout

Constraint Layout is most preferred for dynamic and flexible UI combining the advantages of Linear and Relative Layout. This repository consists and shows the use of constraint layout using modern tools like Guidelines, Chains and Barriers.

It is XML code on Android Studio.

Screenshots for different screens

(1080*1920 xdpi)

(2560*1800 xdpi)

It uses flexible sizes for various widgets inside UI. This gives an advantage of flexible UI for screens of various dimensions. Refer it's code here.