1.Button 按钮
2.TextView 文本显示(相当于java控件中的Label)
3.EditText 编辑文本框 (相当于java控件中的TextField)
4.RadioGroup和RadioButton 单选按钮控件。两个结合起来用
5.CheckBox 多选按钮
6.Toast 可以用来输出提示信息
7.ProgressBar 进度条 ,通过setProgress()方法来设置进度
8.ListView 这个控件比较复杂