Exercise: Presentation of views
In this exercises you must present one or more views in theory and practice.
The exercise must be done in small groups. Each group will get one or more
views to present.
Some relevant questions
- How to configure the view in the layout XML file? Show some relevant XML
attributes and sub-elements.
- Which event handlers are relevant with this view?
- How to make the layout XML file in Android Studio? Use both Graphical Layout
and pure XML
Views and Fragments
- TextView + EditText: android:inputType attribute
- AutoCompleteTextView + MultiCompleteTextView
- CheckedTextView + NumberPicker
- Button + ImageButton + CheckBox +ToggleButton + Switch
- RadioGroup + RadioButton + RatingBar
- ProgressBar + SeekBar
- TimePicker + DatePicker + AnalogClock+ ChronoMeter + CalendarView
- Spinner + ListView + ExpandableListView + ListFragment
- Gallery + ImageView
- WebView + WebViewFragment
- PreferenceFragment
Finding information on the views
There are several places where you can find information on the views,
including