Android intro Building UI #1: basics
UI layout.xml Controls Layouts AdapterViews Toasts dp/sp/px Animations 2
layout.xml xmlns (app for custom attrs, tools for design) onClick 3
Controls Button/ToggleButton EditText ImageView/ImageButton Spinner Picker Radio CheckBox 4
Layouts FrameLayout LinearLayout ( RelativeLayout PercentLayout (support) GridLayout (support) CardView (support) 5
AdapterViews ListView GridView Spinner RecyclerView ViewPager 6
Toasts Short/long.show() Snackbar (support) Should not be customized 7
dp/sp/px mdpi/hdpi/xhdpi/xxhdpi/xxxhdpi/xxxxhdpi dp x 1 : 1.5 : 2 : 3 : 4 : 6 = px HVGA/WVGA(S2)/HD(S3)/FHD(S4)/QHD(S6)/4 k sp – fonts dp==dip 8