Layouts in Android Studio • In Hindi
How's The Code How's The Code
46.6K subscribers
2,052 views
0

 Published On May 26, 2021

Layouts are used to design your app's user interface. If you have seen the last video on android development, that was the Application components, I have mentioned that when we make an activity, one java and one layout file of that activity is created and that is where we design how our activity will look like.

We use many 'views' while working with layouts. These views are the small rectangle areas of our phone screen where we keep Images, Inputbox, Texts, Buttons, etc. And the group of these views creates a View group that is nothing but our layout.

I have implemented three important layouts; Linear Layout, Relative Layout, and Constraint Layout, and gave an idea of working with views.

I will be back very soon.

Content Of The Video:
0:00 - Introduction
0:19 - Connection with Open GL ES
1:08 - Viewgroups & Layouts
1:30 - Views
2:39 - Implementing Linear Layout and Views
17:02 - Implementing Relative Layout
20:15 - Implementing Constraint Layout
23:07 - Outro

show more

Share/Embed