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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:52:03+00:00 2026-06-13T05:52:03+00:00

Is it possible to to use a cursor loader with a custom view (NOT

  • 0

Is it possible to to use a cursor loader with a custom view (NOT A LIST VIEW)?

Here is an example of a custom cursor adapter with a list view:

mMyCursorAdapter = new MyAdapterCursor(getActivity(), null, 0);
setListAdapter(mMyCursorAdapter);
getLoaderManager().initLoader(0, null, this);

Instead of a list view I want to populate a custom view. The cursor will bring back one record which will populate the view.

How do I go about this?

  • 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-13T05:52:04+00:00Added an answer on June 13, 2026 at 5:52 am

    You don’t need an adapter to do that, just get the data out of the Cursor directly and populate the view with it.

    For example:

    TextView tv = (TextView)findViewById( R.id.my_text_view );
    tv.setText( myCursor.getString( myCursor.getColumnIndex( "string_column" ) ) );
    

    Ideally you’d do this in onLoadFinished, where it will happen once your CursorLoader is done loading the data.

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

Sidebar

Related Questions

How is it possible to use new-style dragging cursor on Windows when user is
Is it possible to Use cursor in triggers in MySQL? Is it recommended? as
I know it is possible to use jQuery to do something like: $('body').css('cursor','wait'); What
Is it possible to use JavaScript to set the cursor attribute to the property
It does not seem possible to use REGEXP in a SQLite query in Android.
I Have a cursor in stored procedure under SQL Server 2000 (not possible to
Possible Duplicate: Custom Cursor Image CSS Is there a way to change the default
Possible Duplicate: Use JavaScript to place cursor at end of text in text input
Sometimes when I use a textbox it is not possible to scroll all the
I know it's possible to use a grabbing cursor icon in Chrome (in Gmail,

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.