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

The Archive Base Latest Questions

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

I have a widget that fills a list with some downloaded information, which includes

  • 0

I have a widget that fills a list with some downloaded information, which includes an image downloaded from a given URL.

I want to display this image using setImageViewBitmap with a bitmap created from the URL. I can successfully create the bitmap, but i face a problem:

When i use:

itmap bitmap = BitmapFactory.decodeStream((InputStream)new URL(item.getPosterUrl()).getContent());
remoteViews.setImageViewBitmap(R.list_item.poster, bitmap);

The image is successfully shown on the widget list, however the download is kind of slow (and in general this should be done in any network operation) so i wanted to use a thread to perform the download on background while user can see the rest of the list.

My problem is that when i use the thread, the download is performed well but the remoteViews is not updating the image. I tried also with a Handler with the same result.

Maybe I need something as runOnUIThread but i didn’t find a similar method for widget.

What can I do?

Thanks in advance,

  • 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-02T17:33:35+00:00Added an answer on June 2, 2026 at 5:33 pm

    Step #1: Download the image.

    Step #2: When the download is complete, then update the app widget, using the image, via a RemoteViews and an AppWidgetManager

    UPDATE

    To clarify a bit, you cannot reliably download something directly in an AppWidgetProvider — onUpdate() is called on the main application thread, and so the download may take too long.

    However, onUpdate() can delegate its work to an IntentService that downloads the image and updates the app widget itself. AppWidgetProvider is a place to update an app widget, but other code in your app can update the app widget too. Just have your IntentService create the RemoteViews, obtain an AppWidgetManager, and do the update.

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

Sidebar

Related Questions

I have some Motif code that also uses widgets from the Xmt widget set.
I have a widget that includes 2 image views. When I resize the widget,
I have a jquery widget that get data from a server in another domain
I have some COD files that I have developed using the Widget toolkit for
I am writting a custom widget which I want to return a list as
I have a widget that acts as a launcher on the home screen. How
I have a widget that supposed to call an Activity of the main app
I have a widget that customers buy to put on their site. We're running
I have a widget that, when pressed, sends a broadcast that starts a CountDownTimer
I have a JavaScript widget that is hosted on websites. This widget tracks state

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.