Convert ListView into XML file(Using DOM or any other?)
I already understood how to convert static xml file from the RES folder into ListActivity with Items.(Using DOM).
is there a way to reverse the process? iterate on each Item of the List and create XML file using DOM?
o开发者_运维问答r do I have to implement it manually? thanks, ray.
I used XML CREATOR for this purpose.!
精彩评论