'how xml code converts to design in android studio

android studioSince XML is used to store and transport data how exactly the XML code gets convert to android app design in android studio?



Solution 1:[1]

In Android, the XML is used to implement UI-related data, and it’s a lightweight markup language that doesn’t make layout heavy. XML only contains tags, while implementing they need to be just invoked.

For more Information, check this site

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Peer Mohamed