What is the difference between a View and a ViewGroup in Android programming?
View
ViewGroup
Viewgroup inherits properties of views and does more with other views and viewgroup.
See the Android API: http://developer.android.com/reference/android/view/ViewGroup.html