Android Tutorial

Android LinearLayout Example

Here you will get Android LinearLayout example. LinearLayout is a very basic and most commonly used layout in Android. It is used to align or arrange its children either horizontally or vertically. The horizontal or vertical orientation can be specified using android:orientation attribute. By default the orientation is horizontal. Below I have shared an example …

Android LinearLayout Example Read More »

Layouts in Android

In this tutorial you will learn about different layouts in android. Android layouts are used to define the visual structure of user interface. The UI components like label, button, textbox, etc. are defined inside a layout. So before designing UI for an android application you must know about different layouts available in android. There are …

Layouts in Android Read More »