[android-developers] How to Read XML file in SD card

2011-08-30 Thread Bishan
Hi All, I'm new to Android and this is my first e mail to this group. I would like to know how can i read a xml file in sdcard and view it on a text area or any other container. please any one give me a code fragments to do that. (i'm developing android with sdk 10 android 2.3.3) -- You receiv

Re: [android-developers] How to Read XML file in SD card

2011-08-30 Thread TreKing
On Tue, Aug 30, 2011 at 4:40 AM, Bishan wrote: > I would like to know how can i read a xml file in sdcard and view it on a > text area or any other container. > 1 - Read the documentation for how to access the SD card. 2 - Read the documentation to find a suitable API that can read XML. 3 - Read

Re: [android-developers] How to Read XML file in SD card

2011-08-30 Thread Bishan
Thanks TreKing . On 8/31/11, TreKing wrote: > On Tue, Aug 30, 2011 at 4:40 AM, Bishan wrote: > >> I would like to know how can i read a xml file in sdcard and view it on a >> text area or any other container. >> > > 1 - Read the documentation for how to access the SD card. > 2 - Read the documen