Android Layout
Basic
- Units Of Measurement
- Convert Dp To Px
- screen densities
- Create custom layout
- layout_weight and layout_gravity
- Provide layout for landscape
- Set layout weight, gravity and background
- Provide extra layout xml file for Tablet
LinearLayout
- Create LinearLayout Programmatically
- Create nested LinearLayout
- Horizontal LinearLayout
- Use LinearLayout to layout common controls
- Use LinearLayout to layout widgets
RelativeLayout
TableLayout
- What is TableLayout
- Put TableLayout into a LinearLayout
- TableLayout with two TableRow
- Create a TableLayout with only one row
FrameLayout
- What is FrameLayout
- Use FrameLayout inside TabHost
- Create FrameLayout with TouchDelegate
- Create FrameLayout with two TextView
- Create custom view from FrameLayout
Scroll
Animation
- Create Layout Changes Animation
- Set one view to the right of another view
- Use LayoutTransition
- Use SlidingDrawer