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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:32:02+00:00 2026-05-31T01:32:02+00:00

I have a ListView in a ListActivity that’s bound to some data. I have

  • 0

I have a ListView in a ListActivity that’s bound to some data. I have a content provider that’s providing the data.

The ListActivity gets the data by querying a content resolver:

Uri uri = Uri.parse("content://my.provider.DocumentProvider/mystuff");
contentCursor = this.getContentResolver().query(uri, null, null, null, null);

So now the activity has the cursor. It creates an adapter and attaches it to the list:

ListAdapter adapter = new DocumentListCursorAdapter(this, R.layout.main_row_layout, contentCursor, new String[] { "titleColumn" }, new int[] { titleColumnIndex  });
setListAdapter(adapter);

This works fine; the list shows the data in the cursor.

But now the content provider has new data. I want the list to update to show the new data.

The examples I’ve seen involve a call to the adapter’s notifyDataSetChanged, but it seems to me that this breaks the separation between the content provider and the list, which is consuming the content.

Does the content provider need to know what adapters are attached to the cursor so it can call their notifyDataSetChanged method? Or is there a better way that doesn’t see these two things coupled this way.

  • 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-05-31T01:32:03+00:00Added an answer on May 31, 2026 at 1:32 am

    I found the answer here:

    http://mylifewithandroid.blogspot.com/2008/03/observing-content.html

    In a nutshell, the provider calls notifyChange to indicate that the content at the URI has changed:

    getContext().getContentResolver().notifyChange(uri, null);
    

    And the ListActivity calls setNotificationUri on the cursor to register that it’s interested in receiving notification of changes:

    contentCursor.setNotificationUri(getContentResolver(), uri);
    

    (Thanks njzk2 for pointing me in the right direction).

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

Sidebar

Related Questions

I have a ListView that I'm trying to add a footer to. For some
I have a ListView that has some minor visual preferences that are set in
I have a ListView with fastScrollEnabled that used to be in a ListActivity and
I have a ListView in a ListActivity populated with strings. However, only the text-part
I have ListView that has the following EditItemTemplate: <EditItemTemplate> <tr style=> <td> <asp:LinkButton ID=UpdateButton
I have a ListView in WPF that is databound to a basic table that
I have a ListView on a page that displays a list of widgets. When
I have a listview with a DataTemplate that has a ComboBox. I want the
I have a ListView control that is in FullRowSelect mode, MultiSelect off and using
I have a layout that creates a ListActivity. Before displaying the ListActivity, I perform

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.