+ 7
Why we use XML in Android platform?
6 ответов
+ 4
If you want to build native android apps then you need to know two languages namely Java and Xml.
->Java for backend.
-> XML for frontend or to build layout for each activity(screen).
But if you do not want to go for native android then you can surely build android apps using many other technologies such as cross platform app development (cordova), xamarin etc which obviously use other programming languages. Cordova uses javascript, css and html.
I hope this helps.
+ 3
To build layouts
+ 2
but why?
we can also use css, js or java applet also
then?
+ 2
yes it is the reasons of using XML in Android
bcuz the xml is only good for parsing data
+ 1
yeah! you can use them but the app only run from the internet.Chhagandas Pawar
+ 1
It is like using html to design a webpage