-
getting images from web help needed.
Hi all
I want my program to get number of images from the web
http://www.url.com/img01.jpg
.
.
.
http://www.url.com/img99.jpg
What should I use in order to read images and save it to my hard drive?
URL url = new URL("http://www.url.com/img01.jpg");
InputStream is = urlConnection.getInputStream();
something like that?
but it does not work and I don't know how to "convert" inputstream to file....
Please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|