Android Layout Types
There
are number of Layouts provided by Android which you will use in
almost all the Android applications to provide different view, look
and feel.
S.N.
|
Layout
& Description
|
---|---|
1
|
Linear
Layout
LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. |
2
|
Relative
Layout
RelativeLayout is a view group that displays child views in relative positions. |
3
|
Table
Layout
TableLayout is a view that groups views into rows and columns. |
4
|
Absolute
Layout
AbsoluteLayout enables you to specify the exact location of its children. |
5
|
Frame
Layout
The FrameLayout is a placeholder on screen that you can use to display a single view. |
6
|
List
View
ListView is a view group that displays a list of scrollable items. |
7
|
Grid
View
GridView is a ViewGroup that displays items in a two-dimensional, scrollable grid. |
No comments:
Post a Comment