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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:33:46+00:00 2026-05-31T08:33:46+00:00

I’m close to finishing my first Android app, but I’m fighting with an odd

  • 0

I’m close to finishing my first Android app, but I’m fighting with an odd bug when I delete items from the SQLite DB that feeds a ListView in my app. The item gets deleted, and if I switch away from the ListView and back, it updates, but until I do that, the list doesn’t update.

I’ve posted most of the class in question here: https://gist.github.com/2025973, but here’s the relevant callback starting at line 56 in the file:

builder.setPositiveButton(R.string.button_delete,
    new DialogInterface.OnClickListener() {
        public void onClick(DialogInterface dialog, int which) {
            databaseConnector.deleteSimpleDie(arg3);
            storedDiceAdapter.notifyDataSetChanged();
        }
    });

What am I doing wrong here? I’m sure it’s something simple. I originally had the delete in an Async, but then I couldn’t call the notifyDataSetChanged() at all, because it has to happen from the thread that created the Cursor.

UPDATE

Okay, this is pretty ghetto ( I think… ) but I’ve got it working, finally. Someone want to tell me how horribly wrong this is? Basically, I’m just re-instantiating the whole CursorAdapter inside the callback. It solves the problem, but I suspect it has some negative side effects I’m not aware of.

builder.setPositiveButton(R.string.button_delete,
    new DialogInterface.OnClickListener() {
        public void onClick(DialogInterface dialog, int which) {
            databaseConnector.deleteSimpleDie(arg3);

            String[] from = new String[] { "name", "description" };
            int[] to = new int[] { R.id.dice_name, R.id.dice_description };

            storedDiceAdapter = new SimpleCursorAdapter(StoredDice.this,
                    R.layout.stored_dice_item, null, from, to);
                setListAdapter(storedDiceAdapter);
        }
    });
  • 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-31T08:33:48+00:00Added an answer on May 31, 2026 at 8:33 am

    Well, as per the update on the question, it seems to be working. Not thrilled with that solution, but it’s solved my immediate problem. Thank you everyone for the help.

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

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace

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.