In the last post you learnt about Relative Layout which let’s you place UI components relative to one another.
Linear Layout’s help you to place UI elements next to each other either vertically or horizontally.
In the following Video I will explain this in more detail
Source Code : https://github.com/ankur-srivastava/HelloAndroid/blob/master/app/src/main/res/layout/content_main.xml
One thought on “Android Basics – Learn about Linear Layout”