RE: [android-developers] Re: Save file to sd card?

2010-04-22 Thread Tommy
id-develop...@googlegroups.com] On Behalf Of ~ TreKing Sent: Thursday, April 22, 2010 4:07 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Save file to sd card? On Thu, Apr 22, 2010 at 2:10 PM, Tommy wrote: My next question is where is that folder located and how to I go abou

Re: [android-developers] Re: Save file to sd card?

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 2:10 PM, Tommy wrote: > > My next question is where is that folder located and how to I go about > saving a file to it? And my next question is did you read the official documentation on this subject? Because everything you need to know is right there. On Thu, Apr 22, 20

[android-developers] Re: Save file to sd card?

2010-04-22 Thread dipu
I believe there is only one way to create files and directories it must be in the sd card. There are two ways to save data in files a) via SharedPreferences and b) save in sdcard. The only other way to save data in the phone is in the database. If you use SharedPreferences generally speaking the d