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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:06:38+00:00 2026-06-02T02:06:38+00:00

I gotta extract images from internet and apply them as a LinearLayout’s background –

  • 0

I gotta extract images from internet and apply them as a LinearLayout’s background – is it possible ? I haven’t seen any appropriate methods for this yet.

  • 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-02T02:06:41+00:00Added an answer on June 2, 2026 at 2:06 am

    Sure.

    Just get the InputStream of the image:

    InputStream is = (InputStream) new URL(url).getContent();
    

    Get the Drawable from the stream:

    Drawable d = Drawable.createFromStream(is, "src name");
    

    Then set the LinearLayout Background Drawable:

    linearLayout.setBackgroundDrawable(d);
    

    This actually sets the image directly from the stream. You may want to use an ASyncTask to pull down the drawable in the background and set it afterwards:
    http://developer.android.com/reference/android/os/AsyncTask.html

    You may want to research lazy loaders as well:
    http://evancharlton.com/thoughts/lazy-loading-images-in-a-listview

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

Sidebar

Related Questions

here's the trick. gotta convert 'bout 300 files from xls to csv, wrote some
I gotta admit that's a first-timer bug for me. I've never seen that... I
Heyho, I've gotta write a Procedure which Inserts a resultset from a select-statement into
I've never seen this done, but i get a feeling that there's gotta be
To return an error from a $.ajax call, there's gotta be a better way
Having just seen What does the following macro do? I gotta ask my own
Gotta be something I'm doing wrong when converting the ttf with OpensIFRr, but I'm
This is my first effort on solving the exercise. I gotta say, I'm kind
So I gotta deal with some xml that looks like this: <ns2:foobarResponse xmlns:ns2=http://api.example.com> <duration>206</duration>
In c#, i gotta verify user inputs. Can someone tell me what will be

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.