in Android by (171 points)
What is the importance of XML-based layouts?

1 Answer

0 votes
by (14.1k points)

The use of XML-based layouts provides a consistent and somewhat standard means of setting GUI definition format. In common practice, layout details are placed in XML files while other items are placed in source files.

Related questions

0 votes
asked Oct 7, 2019 in Android by pranay jain (171 points)
+1 vote
0 votes
0 votes
asked Oct 14, 2022 in Android by AdilsonLima (6.3k points)
+1 vote
0 votes
0 votes
asked Oct 15, 2022 in Android by AdilsonLima (6.3k points)
...