Layouts in Kotlin !
ConstraintLayout:
This is the most flexible and powerful layout in Android.
It allows you to create large, complex layouts with a flat view hierarchy (no nested view groups).
Elements are positioned using constraints relative to other elements or ...
jubairshaik.hashnode.dev2 min read