Which Programming Language uses XML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which Programming Language uses XML

Im trying to enter file and change values but, to learn what XML provide I'm not sure how to use XML Data type

22nd Jan 2018, 4:32 AM
Keith Anderson
Keith Anderson - avatar
7 Answers
+ 9
xml is a markup language.... it is used in Android app layout....
22nd Jan 2018, 4:41 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 5
it's a markup language just like html but a little different. it's often used to design the layout of android apps.
22nd Jan 2018, 5:14 AM
jay
+ 1
It basically stores information, and this can be parsed by pretty much any language to be used. As other have said it can be used to describe a layout in an Android app, it could store business or financial information which a parser program can then turn into usable programmatic objects which might then be stored in a database. I've seen it used in games to define the parameters of various units, like their strength, movement, build cost etc. It's very versatile and can be used in lots of ways. In Java try looking at Stax and Jaxb which are xml handling libraries
22nd Jan 2018, 7:44 AM
Dan Walker
Dan Walker - avatar
+ 1
If you want to learn pure xml then you can go to w3school ..they provide very good material for learning.
22nd Jan 2018, 8:54 AM
Mohd Zaki
Mohd Zaki - avatar
+ 1
Trying to create a game do i really need a Computer? if so then that's my problem, trying to modify and learn everything in phone wise.
23rd Jan 2018, 4:51 AM
Keith Anderson
Keith Anderson - avatar
+ 1
Another question, if i was able to make my own modifications, changing value and stuff, where would i put my mods? Sharing pre, database, file, etc.
23rd Jan 2018, 5:38 AM
Keith Anderson
Keith Anderson - avatar
0
still don't understand
22nd Jan 2018, 4:53 AM
Keith Anderson
Keith Anderson - avatar