View vs Viewgroup in Android
This image explains the difference simply.
The View class is the base class or we can say that it is the superclass for all the GUI components in android.
A view is a small rectangular box that responds to user inputs. Eg: EditText, Button, CheckBo...
meetjainblogs.hashnode.dev1 min read