开发者

How to work with xml in android?

I am looking for a way to work with xml file in fr开发者_JS百科om android. By work I mean to edit the xml file so I can delete rows (tags with info) in it, edit and add new ones.

I found a lot of ways and got confused. Can some one tell me what is the best way to do it? I need it so I can save info in it(like list of people with their details - so each person is an object).


A tutorial can be found here

Hope this helps!

Tjekkles


for saving information, I would recommend looking at http://www.xom.nu/, it is an extra library that you add on that will allow you to create and parse through xml files that are storing information. depending on what your using it for, you can also save it in the strings.xml file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜