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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:28:43+00:00 2026-05-19T17:28:43+00:00

I have a ListActivity which gets its data from a database query. I also

  • 0

I have a ListActivity which gets its data from a database query. I also have a custom adapter which extends simple cursor adapter.

To show the customised content, I have overridden the newView and bindView methods.

Each element of the view has:

  1. TextView containing a title
  2. ImageView containing number of stars – the image shown is changed based on a value obtained from the database
  3. A button – the button text changes on clicks (Favourite/Make Favourite), and triggers a database update event.

My problem is this – when I scroll the ListView, the changes I made seem to disappear .. for instance, the first item is marked favourite, and the list is scrolled … when I come back to the first item, the text reverts back to its previous value, although internally the db has been updated.

I read that the notifyDatasetChanged() is not right for this case as the adapter should be notified of the database changes. I am trying to use the reQuery() method, but do not know where to place it.

Should I place the reQuery() in the onClick method of the button? If not, where should it be placed?

  • 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-19T17:28:44+00:00Added an answer on May 19, 2026 at 5:28 pm

    What so ever Adapter is you are using must have getView Method.. Whenever a list is scrolled this getView Method got called for all the listItem in the view. Make Sure in the getView Method. That the view is getting generated dynamically.

    It should check for clicked or changed value.

    to update the list without scrolling your have to call listView.getAdapter().notifyDataSetChanged()

    Check the following link. here i mentioned a complete code to use listview properly. Using this we can achieve any listview behavior. We can embed animation also.

    Change ListView background – strange behaviour

    Hope this help 🙂

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

Sidebar

Related Questions

I have a ListActivity that's populated with a SimpleCursorAdapter which pulls the data from
I have a main class which extends Activity which should spawn a ListActivity and
I have a Contact Activity which is derived from ListActivity, which displays list of
I have a list view which is populated via records from the database. Now
I have a ListActivity which queries a web service for data. I've implemented a
I have a ListActivity which uses a SimpleCursorAdapter to display database content. I am
I am using a ListActivity which fills from a database. Depending on a the
I have a class defined as public class viewGroups extends ListActivity Somewhere in the
I have a ListActivity which lists a bunch of things. If you click on
I have a ListActivity in which I am trying to display an ImageView under

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.