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 8872617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:15:42+00:00 2026-06-14T18:15:42+00:00

I have downloaded a bunch of image from the internet with the following code:

  • 0

I have downloaded a bunch of image from the internet with the following code:

for(int i = 1; i < 12; i++) {
    try {
        URL imageURL = new URL("http://domain/drawimage.php?type=" + i + "&d1=" + this.d1 + "&d2=" + this.d2);
        Bitmap image = BitmapFactory.decodeStream(imageURL.openConnection().getInputStream());

        bitmaps.add(image);
    } catch (Exception e) {
        System.out.println(e);
        e.printStackTrace();
    }
}

Later when I try to insert them into a LinearLayout (ll), the images won’t appear even though bitmaps.size() = 11.

for(int i = 0; i < bitmaps.size(); i++) {
    ImageView iv = new ImageView(c); // c = getApplicationContext()
    iv.setImageBitmap(bitmaps.get(i));
    iv.setVisibility(ImageView.VISIBLE);

    ll.addView(iv);
}

If I try with TextView, it works.

for(int i = 0; i < bitmaps.size(); i++) {
    TextView tv = new TextView(c); // c = getApplicationContext()
    tv.setText("image ");
    tv.setGravity(Gravity.CENTER_HORIZONTAL);

    ll.addView(tv);
}

Is the problem with the loading or does the insertation fail? How to fix?

  • 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-14T18:15:43+00:00Added an answer on June 14, 2026 at 6:15 pm

    I had problems printing out the picture on the PHP side. I should have checked that too. Now it’s working.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have downloaded the two releases of python 2.6.8 from here http://www.python.org/getit/releases/2.6.8/ and I
I have downloaded follwing code from one of Google Codes but problem is in
I have a bunch of MySQL rows that I downloaded to iOS from a
I'm trying to get a bunch of HTML files downloaded from the internet and
I have downloaded the source code and using this logview to view log4net logs.
I have a bunch of images to download, after their downloaded I'd like to
I've downloaded WIPmania's worldip table from http://www.wipmania.com/en/base/ -- the table has 3 fields and
I downloaded many files (~10,000) from a website, most of which are a bunch
I have this very complicated requirement. We have a bunch of zipped files downloaded
I have bunch of images from dozen or so sources and I am downloading

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.