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

  1. How to configure the view in the layout XML file? Show some relevant XML attributes and sub-elements.
  2. Which event handlers are relevant with this view?
  3. How to make the layout XML file in Android Studio? Use both Graphical Layout and pure XML

Views and Fragments

  1. TextView + EditText: android:inputType attribute
  2. AutoCompleteTextView + MultiCompleteTextView
  3. CheckedTextView + NumberPicker
  4. Button + ImageButton + CheckBox +ToggleButton + Switch
  5. RadioGroup + RadioButton + RatingBar
  6. ProgressBar + SeekBar
  7. TimePicker + DatePicker + AnalogClock+ ChronoMeter + CalendarView
  8. Spinner + ListView + ExpandableListView + ListFragment
  9. Gallery + ImageView
  10. WebView + WebViewFragment
  11. PreferenceFragment

Finding information on the views

There are several places where you can find information on the views, including