Possible Duplicate:
File download with android
How do I download a .txt file from the internet at a given URL and save it to the phone in Android? It can be saved to either internal storage, SD storage, or anywhere really accessible for the app to use.
The URL I have been using for testing with loading URL WebViews is http://base.google.com/base/products.txt
This should do the trick. It downloads the file to
sdcard/Download/products.txt. You can change it below.