-
ghostcode.in › android-development-essentials-part-1-xml-layouts
Android Development Essentials: Part 1 - XML Layouts
Building native apps for Android using Android Studio involves the use of two languages: XML and Java. XML is used to create a design of the layout and Java is used to define the functionality. Below are some of the layouts that are frequently used in XML: LinearLayout In LinearLayout,