Android XML Layout - Create XML layouts for Android

Basic Android XML Layout

When we are coding for Android, where the designing part is there, where we design the UI of the application, where we design the layout, at that time we write the designing code in XML format within which we use the AAPT tool. This tool is Android Asset Packaging Tool which allows us to view, create, and update within our application. AAPT Tool compiles resources in binary format. This means that when my application runs, the text is not in xml format, but the converted text of binary XML is displayed. Here we learn about XML in Android XML tutorial.

What is XML and Use of XML for Android
  • XML is developed by W3C. 
  • XML was designed to store and organize data. 
  • XML format is readable to both human and computer. 
  • XML is tree structure because xml is fast processing process. 
The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web. All the web developers are using it so that what standard of the application they want to develop should be known. W3C is used to define it in technical way.

Comments

Popular posts from this blog

Android SDK Installation - How to Install SDK in Android Studio?

Android Components - Types of Android Components

Java for Android - Basic java for Android App Development