In Android development, a View is the basic building block for UI components (User Interface). Anything you see and interact with on the screen — like buttons, text, images, and more — is a View or a subclass of View.
Views in Android: Text, Button, Image, and Edit Text Views in Android
Basic Views:
1: Button.
2: Text View.
3: Image View.
4: Edit Text.