By pareshmayani
via android-developers.blogspot.com
Published: Nov 11 2011 / 13:55
Ice Cream Sandwich (ICS) sports two new widgets that have been designed to support the richer user interfaces made possible by larger displays: Space and GridLayout.
The most commonly used class for layout in Android is LinearLayout, which allows its children to be aligned in the usual ways: along either the horizontal or vertical axes. It’s often possible to take a complicated layout and break it down into a set of nested linear layouts and, provided this nesting doesn’t get too deep, this is still recommended as the first thing to consider if you are writing your user interface by hand.



Add your comment