0
I'm thinking of getting into android app development, is XML important to know(and do you think it's gonna be around for a while)?
3 odpowiedzi
+ 5
XML is used to display stuff on the page, the items it displays is Java objects, but you cant make a real program with just XML you will need Java to manipulate the objects, think of XML as the HTML in a web page, and the Java as a combination of front end and back end programming languages in web development for example JavaScript/JQuery and PHP, you program listeners like in JQuery but it also accesses back end stuff like databases and files like PHP etc.
0
It is not mandatory to you have the knowledge of XML, because android has it's own define XML tags. If you have the knowledge of core java them you can go with android.
0
Yeah. for android u need both java and xml