Android Layout – LinearLayout, RelativeLayout
In this tutorial, we will provide an overview of android layout. We will also explore some of the specific layout controls available for organising the screen content namely – Android LinearLayout and Android RelativeLayout. Android Layout The basic building block for user interface is a View object that is created from the View class and […]