Re: [android-developers] Resource File

2011-10-02 Thread Mark Murphy
Put the XML file in res/xml/ and read it using getResources().getXml(). On Sun, Oct 2, 2011 at 10:17 AM, Siva Prakash wrote: > Hi > I want to keep my XML file in a text file and read from Android code. I > couldnt keep it in String Values because I have tags "<" ">" in many places. > What is the

[android-developers] Resource File

2011-10-02 Thread Siva Prakash
Hi I want to keep my XML file in a text file and read from Android code. I couldnt keep it in String Values because I have tags "<" ">" in many places. What is the best way? Or I have to handle with escape characters in String file it self? Thanks -- You received this message because you are su