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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:24:25+00:00 2026-06-13T14:24:25+00:00

I have an class that extends ExpandableListActivity. To fill the data for this list,

  • 0

I have an class that extends ExpandableListActivity. To fill the data for this list, I’m using a class that extends SimpleCursorTreeAdapter. I have a group (top-level) cursor that looks something like this:

mGroupCursor = ((MyApplication)getApplication()).
    getDatabaseHelper().getGroupCursor();
startManagingCursor(mGroupCursor);

Of course, I also need to provide the child cursors:

@Override
protected Cursor getChildCursor(Cursor groupCursor)
{
    Cursor childCursor = ((MyApplication)getApplication().
        getDatabaseHelper().
        getChildCursorForGroup(groupCursor.getInt(mGroupIdIndex));
    startManagingCursor(childCursor);
    return childCursor;
}

I was under the impression that I could call startManagingCursor on these cursors and everything would be taken care of. Apparently that is not the case, because leaving the list view and coming back with the back button throws an exception, “unable to resume activity: attempting to requery closed cursor” or something like that.

Removing the calls to startManagingCursor() fixes the problem, although I think that this is not really the right way to do things because in this case I’m not closing the cursors anywhere.

What is the recommended way to handle these cursors? I’m looking for something simple and lightweight. My database is a local SQLite database and is relatively small, so as long as the performance isn’t unreasonably slow it’s not an issue for me.

  • 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-13T14:24:27+00:00Added an answer on June 13, 2026 at 2:24 pm

    startManagingCursor is obsolete. I’d look at using an AsyncTask to get the cursors in the background, and set the observers yourself.

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

Sidebar

Related Questions

I have an activity that extends ExpandableListActivity. I use SimpleCursorTreeAdapter to fill ExpandableListView. My
I have class that extends 'IntentService' - this class occasionally receives data from a
I have a MyCanvas class that extends JComponent. On this canvas I have drawn
I have a class that extends RemoteServiceServlet. This class has several methods, in one
I have class that extends AsyncTask class and I create instance of this class
I have a class that extends View. This class has the member variable mCanvas
So I have this class that extends the Thread class. I use the thread
I have a class that extends GLSurfaceView. I have handled keyevents for this surface
I have a class that extends TreeNode in .NET 3.5 (C#), LocationNode . This
I have a class that extends Thread. This thread when running spends most of

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.