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.
Comments
Post a Comment