+ 2
Android app development
What is XML is used for in app development ? can we make full application with java only?
3 odpowiedzi
+ 2
XML is used to make the UI of the app
You might be able to do that with Java, but it will make things unnecessarily complex because you have to deal with the backend as well. XML is easy to learn & use, you will get a hold of it with time.
+ 1
XML Is Like CSS,
It's Used To Position The Elements
And, Java Is Like Javascript,
It Will Handle Onclick Event, etc.
0
XML Is Like CSS
It Will Position Your Elements,
Java Is Like JavaScript
It Will Handle The Onclick Event & Other Code...