常用布局
- 线性布局 LinearLayout
- 相对布局 RelativeLayout
- 帧布局 FrameLayout
- 网格布局 GridLayout
- 表格布局 TableLayout
常用控件
1. TextView及其子类
- TextView
- EditText
- Button
- RadioButton 需要与RadioGroup结合使用,定义一组RadioButton
- CheckBox
- ToggleButton
- Switch
- TextClock
- Chronometer
2.ImageView及其子类
- ImageView
- ImageButton
3.AdapterView及其子类
- ListView
- ExpandableListView
- GridView
- Spinner
4.ProgressBar及其子类
- ProgressBar
- SeekBar
- RatingBar
5.对话框
- AlertDialog
- PopupWindow
- DatePickerDialog
- TimerPickerDialog
- ProgressDialog
6.杂项组件
- Toast
- CalendarView
- DatePicker
- TimerPicker
- NumberPicker
- SearchView
- TabHost
- ScrollView
- Notification
7.菜单
- SubMenu
- ContextMenu
8.活动条
- ActionBar
9.ViewAnimator及其子类
- ViewSwitcher
- ImageSwitcher
- TextSwitcher
- ViewFlipper