安卓系统控件大全

《本文定位》本系列的文章定位是让大家了解的安卓系统中的控件有哪些,会尽量的将安卓中的所有的控件的都的罗列出来。关于控件,可以的一直深入学习,一些的重要的控件,我会在单独的章节中的介绍。


第一章Android中的控件

一、能够自身显示内容的控件

TextView

AutoCompleteTextView

MultiAutoComPleteTextView

EditText

Button

ToggleButton

CompoundButton

ImageView

SeekBar

ProgressBar

RatingBar

AlertDialog

ProgressDialog

DatePicker –日期选择控件

TimePicker –时间选择控件

NumberPicker –数字选择控件

Chronometer—计时器控件

CalendarView –日历控件

DigitalClock

QuickContactBadge

RemoteViews

SearchView

SlidingDarwer

VideoView

WebView

选择显示的控件

ImageButton

ImageSwitcher

Switch

ViewSwitcher

ZoomButton

TableHost

TextClock

TextSwitcher

ViewFlipper

二、配合使用的控件

RadioGroup----RadioButton

CheckBox

Tab—TabHost

三、本身不能显示数据,使用适配器加载数据与布局的控件

ListView

ExpandableListView

GridView

RecyclerView

Spinner

PopupWindow

ListPopupWindow

PopupMenu

ActionBar

ToolBar

Gallery

四、本身不包含数据,内部嵌套其他控件(类似布局)

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或更高的版

你可能感兴趣的:(安卓系统控件大全)