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

  • Home
  • SEARCH
  • 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 8135359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:23:47+00:00 2026-06-06T10:23:47+00:00

What is the reason for deprecating startManagingCursor ? My simple app has a table

  • 0

What is the reason for deprecating startManagingCursor ?

My simple app has a table view with list of data from DB. So, what I have now in onCreate:

 final Cursor cursor = getDataFromDB();
 startManagingCursor(cursor);
 setListAdapter(new CursorAdapter(cursor));

And thats it, and I dont need to do anything else…

But startManagingCursor is deprecated now, and I should implement LoaderCallbacks , override onCreateLoader, onLoadFinished, onLoaderReset, create ContentProvider fo my DB and so on. But I dont need all this staff, I just need to get few lines of information from DB. How to be ? Why android did that ? Why should I implement all this staff ?

  • 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-06T10:23:50+00:00Added an answer on June 6, 2026 at 10:23 am

    That being said, “deprecated” in Android usually means “we will continue to support this, but we think there are better solutions”.

    If you are willing to inherit from FragmentActivity, you can use the Loader framework implementation in the Android Support package, going all the way back to Android 1.6.

    You can certainly use startManagingCursor() on API Level 11+. However, the problems with managed cursors (notably that they requery() on an activity restart on the main application thread) are still there, on older and newer Android versions.

    Source: Android eclipse startManagingCursor Deprecated but want to support older API versions?

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

Sidebar

Related Questions

The reason I ask is, I have a web application written in Ruby (1.8.7-p357)
Reason why I want to run them individually, is because I need to have
The reason I ask this question is there is no list available on Internet
I have been using mysql in a new rails application, but now I wanted
Reason: We have a new client that wishes for the database containing all their
The reason this is happening obviously is because of the Gray box above. Now
The reason I'm trying to do this, is that I have a program that
What was the reason behind introducing match_parent and deprecating fill_parent since both mean the
They reason i want to do this is so that I can actually have
The reason I ask is my app lets users cache map tiles. Does anyone

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.