Summary
In this chapter, you learned how to lay out controls for different orientations. You also learned to apply attributes such as Orientation, Height, Width, Padding, Weight, and Gravity to arrange the controls and their content. You saw how to create individual Android applications dedicated to each layout, LinearLayout, RelativeLayout, AbsoluteLayout, FrameLayout, and TableLayout.
In the next chapter, you learn about different types of resources and the procedures to apply them in Android applications. You learn to apply Dimension resources, Color resources, Styles, and Themes and also learn to use String and Integer arrays. To display images in the Android application, you learn to use Drawable resources and create an Image Switcher application using the ToggleButton control.