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)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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)?

8th Mar 2016, 8:31 PM
Anthony D'Amico
Anthony D'Amico - avatar
3 Answers
+ 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.
28th Mar 2016, 8:46 AM
Schneur Rosenberg
Schneur Rosenberg - avatar
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.
24th Apr 2016, 2:58 AM
Rahul Mishra
Rahul Mishra - avatar
0
Yeah. for android u need both java and xml
14th May 2016, 12:38 PM
Moonim Pollob
Moonim Pollob - avatar