Standard Android views
Android provides standard
views
(widgets), e.g. the
Button
,
TextView
,
EditText
classes and well as more complex widgets, for example
ListView
or
GridView
to show structured data.
The main packages for views are
android.view
for all the base classes and
android.widget
for the default widgets of the Android platform.
The usage of standard views is demonstrated in the following
exercises.
No comments:
Post a Comment