Android Internals - Part 1
Layout defines a structure through which user can interact with your app.
The elements of the layout are created in the hierarchy of Views and ViewGroups.
A View draws something that user can see and interact with. ViewGroup is an invisible container...
neelchikhal.hashnode.dev1 min read