How to download file/image from url to your device
We wrote a code for download image from a website to the phone. You can work with images (and files) in your applications, but this article may be useful for java developers too.
Here is the code with comments and logs:
- package com.helloandroid.imagedownload
er; - import java.io.BufferedInputStream;
- import java.io.File;
- import java.io.FileOutputStream;
- import java.io.IOException;
- import java.io.InputStream;
- import java.net.URL;
- import java.net.URLConnection;
- import org.apache.http.util.ByteArray
Buffer; - import android.util.Log;
- public class ImageManager {
- private final String PATH = "/data/data/com.helloandr
oid.imagedownloader/"; //put the downloaded file here - try {
- Log.d("ImageManager", "download begining");
- Log.d("ImageManager", "download url:" + url);
- Log.d("ImageManager", "downloaded file name:" + fileName);
- /* Open a connection to that URL. */
- /*
- * Define InputStreams to read from the URLConnection.
- */
- /*
- * Read bytes to the Buffer until there is nothing more to read(-1).
- */
- ByteArrayBuffer baf = new ByteArrayBuffer(50);
- int current = 0;
- while ((current = bis.read()) != -1) {
- baf.append((byte) current);
- }
- /* Convert the Bytes read to a String. */
- fos.write(baf.toByteArray());
- fos.close();
- Log.d("ImageManager", "download ready in"
- + " sec");
- Log.d("ImageManager", "Error: " + e);
- }
- }
- }
You can check the downloaded file in emulator's File Explorer (DDMS):

Last step you should check your application's permissions to use internet:
- android.permission.INTERNET
- android.permission.ACCESS_NETWORK_STATE
- android.permission.READ_PHONE_STATE
Modify the AndroidManifest.xml file like this:
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.c
om/apk/res/android" - package="com.helloandroid.imagedo
wnloader" - android:versionCode="1"
- android:versionName="1.0">
- <application android:icon="@drawable/icon" android:label="@string/app_name">
- <activity android:name=".ImageDownloader"
- android:label="@string/app_name">
- <intent-filter>
- <action android:name="android.intent.action.MA
IN" /> - <category android:name="android.intent.category.
LAUNCHER" /> - </intent-filter>
- </activity>
- </application>
- <uses-sdk android:minSdkVersion="7" />
- <uses-permission android:name="android.permission.INTER
NET"></uses-permission> - <uses-permission android:name="android.permission.ACCES
S_NETWORK_STATE"></uses-permission> - <uses-permission android:name="android.permission.READ_
PHONE_STATE"></uses-permission> - </manifest>
I hope you found this article helpful...
New tutorials from Helloandroid
Recent Apps
Android on Twitter
-
@fraufletscher (Jessica Griebsch)I've just received an achievement: Affable http://t.co/ZobME8Cv #Android #Androidgames
8 min 12 sec ago -
@mark_pawlowski (mark pawlowski)#IPhone apps crash more than #Android apps. Who would have known?
http://t.co/8ln0iopQ8 min 19 sec ago -
@Labelmars (Label MARS PROJECT)MASAKI YODA on #Spotify Title--Voltage- http://t.co/zKs2TktH #music #musik #iPhone #Android 20-42-14
8 min 20 sec ago -
@180rad (paul radcliffe)I've just received an achievement: Lover of space https://t.co/f4Mcp9dW #Android #Androidgames
8 min 20 sec ago -
@Labelmars (Label MARS PROJECT)MASAKI YODA on #Spotify Title-FREEDOM- http://t.co/hbx947eL http://t.co/Nz84sxao #music #musik #iPhone #Android 20-41-54
8 min 39 sec ago
Poll
Useful resources
Android Development Projects
- Android App wanted immediately by JoePublic
- LIST DATA PROJ by nhammoud
- Nonpublic project #1433932 by subpariq
- Alarm Android Application Design by globalheed
- Simple Album App for Android by ayfonfan
- iOS and Android photo manipulation 'Morph App' by whatwedomedia
- Onsite Software Engineers in Germany by sudhirshree
- Augmented reality by merder99
- Nonpublic project #1433560 by vobla73
- Mobile app coder needed for quick, simple app by Ergometrix




Comments
دردشة سورية دردشة
دردشة سورية
دردشة لبنانية
دردشة عراقية
شات سوري
شات لبناني
دردشة سوريا
دردشة لبنان
شات سوريا
شات لبنان
دردشة السويدي
منتديات السويدي
اغاني عراقية
صور فنانين
الرياضة العراقية
شعراء العراق
نغمات عراقية
اغاني عربية
اغاني كردية
دردشة عراقية
دردشة بنات العراق
دردشة صبايا بغداد
دردشة البصره
دردشة بغداد
دردشة بغدادية
دردشة صبايا بغداد
دردشة شباب العراق
دردشة بنات العراق
دردشة الكرادة
دردشة دمشق
دردشة بيروت
دردشة حلب
دردشة حلب
دردشة عراقية
دردشة العراق
شات عراقي
جات عراقي
دردشه عراقيه
دردشة صبايا لبنان
دردشة بنات لبنان
شات صوتي | دردشة صوتية | كلام
شات صوتي
| دردشة صوتية
|
كلام
| شات كلام
|
دردشة كلام
| دردشة صوتية
|
شات صوتي
| شات
|
Chat Voice
| ahj w,jd
شات صوتي
| دردشة صوتية
|
شات صوتي
| دردشة صوتية
|
دردشه
| دردشة
|
صوتي
| صوتية
|
شات صوتي
| دردشة صوتية
|
شات صوتي
| دردشة صوتية
|
الكلام
| دردشه صوتيه
|
]v]am w,jdm
| ]v]ai w,jdi
شات صوتي
شات صوتي
شات صوتي
ayuda por favor
good morning, I live in Venezuela and I am trying this example on the web. but I get an error in the line of the url, I can help. as that party must go through
URL url = new URL("http://jysystemsweb.com/& quot; + imageURL); //you can write here any link
Thanks for code this is very
Thanks for code this is very useful code
This is what I call a very
This is what I call a very good explanation, thanks for this one.
End of tenancy cleaning London
Good post. Very impressive.
Good post. Very impressive. Thanks for sharing.
wenger backpack
Android
Very interesting articles. Good work done
batik fabric
article its really great
thanks for your article its really great and useful
sportbike specifications SKEMA RANGKAIAN Electronic Circuit scolarship wireless car specifications gadget and computer car first look Motorcycle Modification sexi-stars. newlaptop circuits-audio electronic projects auto girl weapons system science kids gadget bikes walpaper mobil-wallpaper MODIFIKASI MOBIL plane-wallpaper celebsexypict artist-scandal sport-cars bikespict motor-modify sexi-model laptopharga gambar-artist fast-superbike autoshowmodel harga-kamera notebook-price diamonds-collections phones-gallery camera-prices home-pic audio-gallery autocarpict living-cares homes life-style
Website Designer Qatar
I could found out excellent and useful information from you guys. I appreciate your work here. I like this type of post because it will be useful for everyone. Thanks.
Website Designer Qatar
When sharing a lot of files
When sharing a lot of files it is safe to download a clean registry so you are able to clean out your computer successfully and quickly whenever you need it. It is a good idea to have all your software updated whenever there is a new version available too.
Organic vitamins and herbs
Organic vitamins and herbs are being chosen by many people who are concerned about their health. Organic herbs and vitamins are those that are grown without the use of chemicals, either pesticides or non-organic fertilizers.
Natural vitamins supplements
and
Organic vitamins
thanks
Many thanks for this code example! And many thanks to
BenTen Oyunları - Zeka Oyunları - Komik Oyunlar - Oyunlar- Araba Yarışı Oyunları
thanks
I am very enjoyed for this side. Its a nice topic. It help me very much to solve some problems. Its opportunity are so fantastic and working style so speedy. I think it may be help all of you. Thanks.
Komik Oyunlar
Good information in the article
The website www.anextraeye.com has gone out to provide what we feel are the best for price in each category of video baby onitors.
The selection includes wireless baby monitors, wireless digital Baby monitors as well as wireless usb monitors to help you keep an extra eye on your child.
All of their Video Baby monitors are wireless systems that can help you stay connected and aware of your baby's needs. They can alert you to times when your baby is crying or needs your help even if you are not in the
same room. It is like having an extra set of eyes that help you keep a closer watch on your baby for safety and peace of mind.
baby monitor
Liked the article very much:
It help me very much to solve some problems. Its opportunity are so fantastic and working style so speedy. I think it may be help all of you. Thanks.Swopper - der ergonomische Bürostuhl für gesundes Sitzen. Hier im Swopper Shop.
I'll test it on a website
I'll test it on a website jogos de moto I have. Where one can download
its games on its tablet with android
Reply for Android
Well I appreciate this post but here is my little suggestion please avoid some difficult words hard to get meaning so it would help us in understanding things easy thnx
web design sheffield
hello world
I am very enjoyed for this side. Its a nice topic. It help me very much to solve some problems. Its opportunity are so fantastic and working style so speedy. I think it may be help all of you. Thanks.
suomi
no peasti
this is good read
Our professional and friendly trained advisors will provide you with the latest expert advice on issues of bankruptcy. We have a proven track record in the field of personal insolvency. Our CEO is a Chartered Accountant and Registered Trustee in bankruptcy so you can be rest assured you certainly will receive the very best advice on personal insolvency to assist in helping your financial position.
good read
I am glad to see that your blog share valued information that can help to many readers, Thanks and keep writing.
Womens Wide Shoes
Thank you for this Post
I can really use this download informations. Filesharing Peter
Digital photo frames by Nix
Digital photo frames by Nix digital frames also incorporates another important feature of digital picture frame is the solution chip or image processor chip. This means that the digital photo frame equipped with this feature allows a larger photo format to be displayed even up to up to 16 mega pixels on a digital photo frame.
thanks!
Isn't it nice when someone makes your life much easier? Thank you for the codes!
Hi there! I really love your
Hi there! I really love your articles. Very well written. I look forward to reading more. Thanks for share with us.Mobile Spy Software
Photo canvas
Really great information..I learned how to download image/video by the help of this article..thanks for given this code example
url
thanks for share this article of how to download an image or file from url.
Volvo
Le drapeau breton. Le symbole
Le drapeau breton. Le symbole de la Bretagne. Egalement nommé Gwenn Ha Du, qui signifie noir et blanc en breton drapeau breton Le drapeau breton. Le symbole de la Bretagne. Egalement nommé Gwenn Ha Du, qui signifie noir et blanc en breton Le symbole de la Bretagne. Egalement nommé Gwenn Ha Du, qui signifie noir et blanc en breton Le symbole de la Bretagne. drapeau breton fanion breizh étendard breton
great code
I am studying Android and loving it. I will carefully study the code, I want to access the Restaurante Tatuape or Marketing Digital or Sistema de Restaurante. thanks
We wrote a code lipoaspiração
We wrote a code lipoaspiração laser for download image from a website
otoplastia to the phone. You abdominoplastia can work with images (and files) in your applications, but this article may be useful for java developers too.
Here is the code with cirurgião plastico comments and logs:
Companies these days are using ergonomic abdominais furniture to ensure that there are no injuries from work related hazards. Use an cirurgia fimose ergonomic chair and feel celulite better comfort in your back and cicatriz shoulder
Streming Audio
Hello, i am working on an android app that should be able to stream audio files from a url, would you know how i can apply that to this bit of code given here please?
Thanks
Looks like
Looks like there is a little mistake on line 48. Argument passed to fileOutputStream should be 'PATH+file', not just 'file'.
Thanks for useful example!
منتديات
برودكاست
مدونات
Thanks for this
I never understood the parents who feared such toys would stifle my son's imagination because what I observed was very much the opposite - a child learning to appropriate and remix the materials of his culture.
Online Games
Hello, would know how to
Hello, would know how to download that file to the sd card?
GSM Kampanya | Bilişim Teknoloji | Cep Telefonu | Turkcell Kampanyaları | Avea Kampanyaları | Vodafone Kampanyaları
Help
Hello!
Thank You for this program.
But I can't run it in an emulator: er) has stopped unexpectedly. Please try again.
Sorry!
The application imagedownloader (process com.helloandroid.imagedownload
I corrected the line 22 mistake, and the line 48 mistake.
But it did not work.
AVP
Sixty years later, her son,
Sixty years later, her son, Michael Korenblit wrote the book titled "Until We Meet Again," which chronicles his parents' experience of the holocaust. Mustuniversity AND Must University AND Must University Accredited
I can confirm that the
I can confirm that the instructions in the posting you found actually work. Thanks
for alerting me to them; I hadn't found them.
registry cleaner
I have been searching for
I have been searching for some information about it almost three hours. You helped me a lot indeed and reading this your article I have found many new and useful information about this subject.Thanks.
free games
Awesome Article
It is very rare these days to find blogs that provide information someone is looking for, I am glad to see that your blog share valued information that can help to many readers, Thanks and keep writing. spy cell phones
Well, I am so excited that I
Well, I am so excited that I have found this your post because I have been searching for some information about it almost three hours. You helped me a lot indeed and reading this your article I have found many new and useful information about this subject. the diet solution program
Good Sir!, but how can I make
Good Sir!, but how can I make this download to be resumeable?
please for your advice Sir...
best regards...
We wrote a code for download
We wrote a code for download image from a website to the phone. You can work with images (and files) in your applications, but this article may be useful for java developers too.Many thanks for this code example! And many thanks to When you start to think in rinoplastia , that’s when you should worry about botox Always there are people that try to get barriga tanquinho with exercises. More panturrilha about this in This is a nice piece of coding you've shared here. I had heard about View Really cool impotencia and informative content i really enjoying reading it ginecomastia even the article about hidrolipo is good when you start to bioplastia . O peeling is also better abdominoplastia even Flipper but did not know much about it. lipoaspiração ,
Denis Baluev for discovering the small error on line 48 :) I already downloaded some but also the aumento peniano . Just like magic you get . You have also to look in the cirurgia plastica . More than all its time to peitos . When you talk about otoplastia , its best to see seios . images to my phone and use them as icon for my phone gps fimose or the espinhas . When people try to emagrecer there are always the perder barriga com cirurgiao plastico or lipoescultura in the big tracking software!
masters in criminal jutice
Really useful post on the Android, thanks. I'm a new user so need as much help as possible. It's blogs like yours which make it all worth while.
masters in criminal jutice
Downloading these files and
Downloading these files and images using android services is excellent and I think this guidance will help android users a lot to maintain everything easily.
key west hotels on the beach
Thx
Thank you very much, now I can download files to my sd_card.
bigmac to download the file to your SD card, you must use the PATH = "/ sdcard /".
Regards
Thank you for such a
Thank you for such a fantastic blog. Where else could anyone get that kind of info written in such a perfect way? I have a presentation that I am presently working on, and I have been on the look out for such information.
lipo 6 black review
Awesome Article
Thank a lot for making a sincere effort to write this, It is indeed of great help to me, Keep on doing good work, Stay blessed. Nokia Mobiles
Companies these days are
Companies these days are using ergonomic furniture to ensure that there are no injuries from work related hazards. Use an ergonomic chair and feel better comfort in your back and shoulder. Mattress Protector
kensington
Thank you for classic cardy sharing with us,i like it very much and i shoe will always give attention.
Downloading images from a
Downloading images from a device is quite a tough job.The Free Software Foundation has said that Google,70-642 could have avoided this suit by building Android on top of IcedTea whose GPL license provides some,220-702 protection against patents, instead of implementing it independently under the Apache License. It has also called the suit a "clear attack against someone's freedom to use, share, modify, and redistribute software,642-902 However, the FSF also criticized Google, writing that "It's sad to see that Google apparently shunned those protections in order to make proprietary software development easier on Android,642-813 and remarking that Google had not taken any clear position or action against software patents.
I know how to download file on sdcard
Hi bigmac,
I know how to download file on sdcard. do you need code for that?
Thanks
Parvendra