Android some Tips
One or more
Android supports the following
Views and ViewGroups
AnActivity
contains View
s and ViewGroup
s. A View
is a widget that has an appearance on screen. Examples of widgets are buttons, labels, text boxes, etc. A View
derives from the base class android.view.View
. One or more
View
s can be grouped together into a ViewGroup
. A ViewGroup
(which is by itself is a special type of View) provides the layout in which you can order the appearance and sequence of views. Examples of Viewgroup
s are LinearLayout
, FrameLayout
, etc. A ViewGroup
derives from the base class android.view.ViewGroup
.Android supports the following
ViewGroup
s:LinearLayout
AbsoluteLayout
TableLayout
RelativeLayout
FrameLayout
ScrollView
No comments:
Post a Comment