Android News, Programming Articles, Tutorials, Sample Codes, Code Snippets, Developer Forums

Layouts

Filed Under:

Familiarize yourself with Linear Layout

Linear Layout is one the most powerful android layout objects that is used extensively in android application development. In this article we make attempt to familiarize you to the Linear Layout and its mechanism of organizing the controls.

More >
Filed Under:
Tags: 

Understanding UI layouts in Android

In this series of articles we shall learn about creating the layouts for an android application. A layout in Android programming means two things in android. It can be termed as a resource that determines what is displayed on the screen and also a View class that organizes controls.

More >