- A view is a single user interface element. Its responsibilities include drawing on a canvas and handling user events.
- Some Views can contain other Views, these are called view groups.
- A View is a class which derives from android.view.View.
- There are already many existing views. The developer can use them or create his own customized view by extending any of them.