+ 1
Is learning xml required along with java for android app development?
i am coming towards the last topics of java..i wantd to develop simple android apps at first..but yesterday i saw some basic code where lot of xml code were used for app development..so i wanted to know before i move to android app development, whether i need to learn xml..?
1 Respuesta
+ 11
Its actually necessary as well not. Why? If you are working in any static application like gaming and others where you don't need any call web service to fetch server side data then you are fine with no learning.
But if you want server data using web service, you definitely need to learn how xml works.
In webservice, two kind of structure are used to pass data.
XML
JSON
JSON is light weight then XML.
Source: Quora