> 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 -~----------~----~----~----~------~----~------~--~---

