Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8359277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T11:05:45+00:00 2026-06-09T11:05:45+00:00

Possible Duplicate: Android: How to store images from url & save it in SD

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T11:05:46+00:00Added an answer on June 9, 2026 at 11:05 am

    I wrote this code to receive image from an url. And if you check this link it tells you how to save it on sd-card Store Bitmap image to SD Card in Android

    private Bitmap getBitmap(String str, Options options) {
        // TODO Auto-generated method stub
        Bitmap bm = null;
        InputStream inStream = null;
        try {
            inStream = HttpConnection(str);
            bm = BitmapFactory.decodeStream(inStream, null, options);
            inStream.close();
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
    
        return bm;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Get and Parse CSV file in android I would like to store
Possible Duplicate: Android Button: set onClick background image change with XML? I need that
Possible Duplicate: Android Launch an application from another application I am having a problem
Possible Duplicate: Android Launch an application from another application I want to start Another
Possible Duplicate: Where does Android emulator store SQLite database? I am using SQLite and
Possible Duplicate: where to place an xml file with data in app I'm kinda
Possible Duplicate: Android: How can I get the current foreground activity (from a service)?
Possible Duplicate: Read local compressed XML files(gzip) in Android application Hi I am working
Possible Duplicate: Android - How do I do a lazy load of images in
Possible Duplicate: How to capture an image and store it with the native Android

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.