What is the difference between a View and a ViewGroup in Android programming?
View
ViewGroup
in ViewGroup you can add some other Views as child. ViewGroup is the base class for layouts and view containers.