Re: [android-developers] Re: How to save application data in SD card/External storage device

2012-02-10 Thread Chandra Sekhar
> > Hi all, > I think it may help u String[] pdflist; File[] imagelist; File images = Environment.getExternalStorageDirectory(); imagelist = images.listFiles(new FilenameFilter(){ public boolean accept(File dir, Stri

[android-developers] Re: How to save application data in SD card/External storage device

2012-02-10 Thread Seshu
Hi Srinivas, Which type of data u want to save. if the data is textdata means check this link http://www.java-samples.com/showtutorial.php?tutorialid=1523 Thanks and Regards, S.Seshu On Feb 10, 2:24 pm, aparna rani wrote: > in your AndroidManifest.xml gile change the location. > an