This is the class for GUI components in android.
Most UI components are inherited from View.
Android ViewGroup allows us to contain other views aswell.
Within the Layout, you can insert views within other views.
This is the class for GUI components in android.
Most UI components are inherited from View.
Android ViewGroup allows us to contain other views aswell.
Within the Layout, you can insert views within other views.