Possible Duplicate:
Android: How to store images from url & save it in SD card
I parse a xml file from web
and it has a picture url like this: http://xxxxxx.jpg
then I use a
private String url_picture = "http://xxxxx.jpg";
I want to store the picture in to the device
How can I do?