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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:51:00+00:00 2026-06-01T14:51:00+00:00

OK, so I have a broadcast receiver get called and in the onReceive() method

  • 0

OK, so I have a broadcast receiver get called and in the onReceive() method I update a gallery with a new adapter using static data, all done on the UI thread.

However, nothing changes. The old data is left in the gallery, but when I debug my code and take my time it updates after invalidate is called. Oh, BTW, the view is in a ViewFlipper, but I change to the proper view before creating the new adapter. So I have a race condition, is this normal? If it isn’t, what should I do?

Below is a sample of what I’m talking about in the onRecieve().

onRecieve() {
    mFlipper.setDisplayedChild(0);
    mNavAdapter.addCategory(-1);
    mGalNav.setSelection(0);
    getCategoryProducts(-1);
}

void getCategoryProducts(int category) {
   mGalProducts.setAdapter(new DealCheckInAdapter(this,
   getCheckInProducts()));
   mGalProducts.invalidate();
}
  • 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-01T14:51:02+00:00Added an answer on June 1, 2026 at 2:51 pm

    The invalidate() method is not supposed to do what I’m guessing you thinking it will do. You suppose to use:

    mDealCheckInAdapter.notifyDataSetChanged(); 
    

    This is the method which “refreshing” the listView adapter.

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

Sidebar

Related Questions

I have some trouble while try using broadcast receiver. Target: I have three app
I have a broadcast receiver which receive an internet state changes. I want to
I have a boot complete broadcast receiver but it wasnt working as expected. Nor
I have a particular situation: a service started by a broadcast receiver starts an
I would like to start a broadcast receiver from an activity. I have a
I have a broadcast receiver that listens for incoming calls, then displays a popup.
i have code that calls a broadcast receiver, in the receiver, i try to
I have a broadcast receiver registered programatically in a activity. It responds to the
I have a broadcast receiver (c2dm push receiver). When i receive a push, i
Hello I faced the same problem I have 1 broadcast receiver from that I

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.