Pages

Friday, May 6, 2011

Android Layout Tutorial

there are different types of layouts:

  • FrameLayout: All controls (children) are placed in the upper left corner.
  • LinearLayout: All children are positioned in vertical/horizontal order.
  • RelativeLayout: The positions of the children are specified in relation to the other children.
  • TableLayout: The child elements are placed with a grid.
  • AbsoluteLayout: The child elements are positioned based on absolute coordinates (in pixel).

we will see each layout in details ........

No comments:

Post a Comment

Popular Posts