If you're interested in specifics on how to store to the SD card, it is not unlike storing files to a desktop machine with J2SE. The path (and other useful information) can be found by using the android.os.Environment class.
On Jun 18, 9:06 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > No its not from the browser. > > > I am getting the link of a file from the server and would like to > > download that onto the emulator. Is it possible!! > > There are APIs for making HTTP requests in Android. My personal favorite > is the Apache Jakarta Commons HttpClient (org.apache.http.client), but you > are welcome to use others. > > Full documentation on that API is at the HttpClient Web site: > > http://hc.apache.org/httpclient-3.x/ > > If this isn't what you needed to know, write back with more specifics! > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ -- Available Now! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

