+ 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
7 ответов
+ 9
xml is a markup language....
it is used in Android app layout....
+ 5
it's a markup language just like html but a little different. it's often used to design the layout of android apps.
+ 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
+ 1
If you want to learn pure xml then you can go to w3school ..they provide very good material for learning.
+ 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.
+ 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.
0
still don't understand