Articles → Android → View And View Group In Android
View And View Group In Android
Difference
View
- View is the basic UI building block.
- Examples of views are Button, checkbox, EditText etc.
View Group
- Viewbox is invisible container of other views.
- Examples of views are Table Layout, Grid Layout etc.