Explain with example different layouts in android.
Answers
Answered by
0
Answer:
Linear Layout
LinearLayout is the most basic type of Layout. When Android app is created in Visual Studio 2017,
Relative Layout
RelativeLayout enforces to display elements in relations to each other. You can specify that, for instance, one UI element can be said to be placed on the left of another element, or on the bottom of another etc. Each UI element can also be positioned according to the layout’s borders (e.g. aligned
Table Layout
As its name suggests, TableLayout allows to group elements into rows and columns
Tab Layout
Grid View
List View
Similar questions