Friday, August 20, 2010

Setup Android Layout

Posted by Anonymous | Friday, August 20, 2010 | Category: |

Android layout is a class that handles arranging the way its children appear on the screen.  Anything that is a View can be a child of a layout.

The standard Layouts are:
AbsoluteLayout
FrameLayout
LinearLayout
RelativeLayout
TableLayout

source code here.

[via  learn-android]

Currently have 0 comments:


Leave a Reply