In this Post you will learn the basics of using Layouts. Layouts enable you to position the UI elements on the App Screens.
You can refer to the image and the video to understand the concept better.
You can use three types of Layouts
Relative Layout
Use this Layout to position the UI elements relative to each other.
Linear Layout
Use this Layout to align the UI elements Vertically or Horizontally.
Grid Layout
This Layout enables you to place elements in Table – Row and Column fashion.
2 thoughts on “Android Basics – Learn about Relative, Linear and Grid Layouts”