As already mentioned XML files are categorized as assets.
Mainly XML files are used "in terms of layouts" in Android.
Here another explanation comes for "in terms of layouts" :
Basically some types of XML file are there, XMLs which are mainly used in our package are :
1.Layout XML : "These"(Each activity will have its own Layout (XML)file however you can use same file for one or many Activities when necessary) XML files are used to define the actual User interface of our application.
They hold up all the elements or the tools that we want to use in your application. Like Text Views, buttons and other UI elements (I will explain various may be each UI element which you can add in your layout in later posts).
Mainly XML files are used "in terms of layouts" in Android.
Here another explanation comes for "in terms of layouts" :
Basically some types of XML file are there, XMLs which are mainly used in our package are :
1.Layout XML : "These"(Each activity will have its own Layout (XML)file however you can use same file for one or many Activities when necessary) XML files are used to define the actual User interface of our application.
They hold up all the elements or the tools that we want to use in your application. Like Text Views, buttons and other UI elements (I will explain various may be each UI element which you can add in your layout in later posts).
No comments:
Post a Comment