What is ViewGroup in Android?
Deepak Kamboj
View Group is the invisible container. it holds View and View Group Example LineraLayout is the ViewGroup it contains Button(View),Other Layouts also. ViewGroup is the base class for Layouts.