Android - ViewGroup (Layout)
About
A viewGroup is:
-
also the top element of the Android
user interface design and is then the start point of
GUI definition.
The ViewGroup are invisible user interface containers that:
A viewGroup definition are subclasses of the ViewGroup interface.
Articles Related
Declaration
See Android - GUI (Layout)
Type of layout
-
RelativeLayout Api and
doc A Layout where the positions of the children can be described in relation to each other or to the parent.
-
Android - FrameLayout. FrameLayout is great for simple layouts when you only have one child to view, like a list View that fills the entire content area
Documentation / Reference