Views in Android
View Class are the basic building block for user interface components. A
View occupies a 2-dimensional area (say: rectangle) on the screen,
which is responsible for framing and handling different type of events.
Most Commonly Used Android View classes:
These views can be used to create a useful input and output fields.
- Text View
- EditText
- Button
- ImageView
- ImageButton
- CheckBox
- Radio button
- RadioGroup
- ListView
- Spinner
- AutoCompleteTextView
Comments
Post a Comment