RelativeLayout is a view group that displays child views in relative positions. The position of each view can be specified as relative to sibling elements (such as to the left-of or below another view) or in positions relative to the parent RelativeLayout area (such as aligned to the bottom, left or center).
A RelativeLayout is a very powerful utility for designing a user interface because it can eliminate nested view groups and keep your layout hierarchy flat, which improves performance. If you find yourself using several nested LinearLayout groups, you may be able to replace them with a single RelativeLayout.
🔗Important Links:
Android Development: [ Ссылка ]
🌐Join our community:
Android App(Notes+Videos): [ Ссылка ] Facebook: [ Ссылка ] Twitter: [ Ссылка ] Instagram: [ Ссылка ]
#androiddev #relativelayout #androidstudio
Ещё видео!