《本文定位》本系列的文章定位是讓大家了解的安卓系統(tǒng)中的控件有哪些哟绊,會盡量的將安卓中的所有的控件的都的羅列出來谁不。關于控件笆豁,可以的一直深入學習,一些的重要的控件价卤,我會在單獨的章節(jié)中的介紹劝萤。
第一章Android中的控件
一、能夠自身顯示內容的控件
TextView
AutoCompleteTextView
MultiAutoComPleteTextView
EditText
Button
ToggleButton
CompoundButton
ImageView
SeekBar
ProgressBar
RatingBar
AlertDialog
ProgressDialog
DatePicker –日期選擇控件
TimePicker –時間選擇控件
NumberPicker –數(shù)字選擇控件
Chronometer—計時器控件
CalendarView –日歷控件
DigitalClock
QuickContactBadge
RemoteViews
SearchView
SlidingDarwer
VideoView
WebView
選擇顯示的控件
ImageButton
ImageSwitcher
Switch
ViewSwitcher
ZoomButton
TableHost
TextClock
TextSwitcher
ViewFlipper
二慎璧、配合使用的控件
RadioGroup----RadioButton
CheckBox
Tab—TabHost
三床嫌、本身不能顯示數(shù)據(jù),使用適配器加載數(shù)據(jù)與布局的控件
ListView
ExpandableListView
GridView
RecyclerView
Spinner
PopupWindow
ListPopupWindow
PopupMenu
ActionBar
ToolBar
Gallery
四胸私、本身不包含數(shù)據(jù)厌处,內部嵌套其他控件(類似布局)
ScrollView
HorizontalScrollView
? ? ? ? ? ? ? ? ? ? ? ?第二章Android中的布局
線性布局:LinerLayout
表格布局:TableLayout
相對布局:RelativeLayout
絕對布局:AbsoluteLayout
幀布局:FrameLayout
Support庫中的布局
PercentFrameLayoutPercentRelativeLayout
參考博客:
http://blog.csdn.net/lmj623565791/article/details/46767825
AndroidStudio中的特有的布局ConstraintLayout
注意事項:必須在Android Studio的IDE中才有這個編譯器中使用,編譯器版本必須是2.2或更高的版