Mitul Dabhi
answered Nov 30 '-1 00:00
A view is parent class of every UI Elements.
ViewGroup is container which contain group of views. it is base class for layouts and other containers.
ViewGroup is subclass of View.other Layouts is subclass of ViewGroup
View --> ViewGroup -->Layouts(Linear Layout , Relative Layout , Frame Layout , Table Layout )