ViewGroups are Views that contain child Views.
Each ViewGroup class embodies a different set of assumptions about how to display its child views.
All ViewGroup descend from the android.view.ViewGroup class.
Subset of ViewGroups are:
- Gallery and GridView.
- ListView and ListActivity.
- ScrollView
- TabHost
etc.
Each ViewGroup class embodies a different set of assumptions about how to display its child views.
All ViewGroup descend from the android.view.ViewGroup class.
Subset of ViewGroups are:
- Gallery and GridView.
- ListView and ListActivity.
- ScrollView
- TabHost
etc.
No comments:
Post a Comment