raja
Asked: In: Web Technology
What is ViewGroup?
What is ViewGroup?
android-custom viewgroup | what is android view group mcq | difference between view and viewgroup in android | linear layout | android:clipchildren | android viewgroup xml | android:descendantfocusability
android-custom viewgroup | what is android view group mcq | difference between view and viewgroup in android | linear layout | android:clipchildren | android viewgroup xml | android:descendantfocusability
android-custom viewgroup | what is android view group mcq | difference between view and viewgroup in android | linear layout | android:clipchildren | android viewgroup xml | android:descendantfocusability
android-custom viewgroup | what is android view group mcq | difference between view and viewgroup in android | linear layout | android:clipchildren | android viewgroup xml | android:descendantfocusability
android-custom viewgroup | what is android view group mcq | difference between view and viewgroup in android | linear layout | android:clipchildren | android viewgroup xml | android:descendantfocusability
android-custom viewgroup | what is android view group mcq | difference between view and viewgroup in android | linear layout | android:clipchildren | android viewgroup xml | android:descendantfocusability android-custom viewgroup what is android view group mcq difference between view and viewgroup in android linear layout android:clipchildren android viewgroup xml android:descendantfocusability
Share
A ViewGroup is a special view that can contain other views (called children.) The view group is the base class for layouts and views containers. This class also defines the ViewGroup.LayoutParams class which serves as the base class for layouts parameters.
Android contains the following commonly used ViewGroup subclasses:
LinearLayout
RelativeLayout
ListView
GridView