ViewGroup is a subclass of the Android View class(parent of all Android graphical widgets) which can contain child views.
In Android ViewGroup inherits from View. A ViewGroup is a container which holds Views. ViewGroup (LinearLayout) View (TextView) Why did …
android view viewgroupI have recently delved into creating custom ViewGroups and have encountered a problem I can't figure out. I have 2 ViewGroups …
android android-layout android-custom-view viewgroup