Android Dev Lecture10
Android Dev Lecture10
Development
Part 1: Android Application Development
Lecture 10
Outline
Chapter 4: Designing Your User Interface
with Views
Using Basic Views
Using Picker Views
Using List Views to Display Long Lists
Understanding Specialized Fragments
Objectives
How to use the basic views in Android to
design your user interface
How to use the picker views to display lists
of items
How to use the list views to display lists of
items
How to use specialized fragments
Learning Outcomes
Basic views: Commonly used views such as the
TextView, EditText, and Button views
Picker views: Views that enable users to select
from a list, such as the TimePicker and
DatePicker views
List views: Views that display a long list of items,
such as the ListView and the SpinnerView views
Specialized fragments: Special fragments that
perform specific functions
Assignment
Assignment
Assignment
Assignment
Questions?