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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:56:36+00:00 2026-05-15T22:56:36+00:00

I have a listview which is populated by a SimpleCursorAdapter that is binding data

  • 0

I have a listview which is populated by a SimpleCursorAdapter that is binding data to the view from a cursor from a sqlite database. I would like to have a context menu option to delete the a list item when it is long pressed, so I register the ListView for a context menu by calling registerForContextMenu(historyListView). I’ve been trying to remove the row from the database by getting the row id in OnCreateContextMenu and storing it as a private field called lastSelectedId, then if the remove context item is selected in OnContextItemSelected, removing the row from the database by checking the _id column against lastSelectedId.

This isn’t working.

So –
(1.) is the row as given by

public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
AdapterView.AdapterContextMenuInfo info = (AdapterView.AdapterContextMenuInfo)menuInfo;
        lastSelectedId = info.id;

the same as the _id column in the database?

and (2.) if not, how else can I delete the item in onContextItemSelected() based on the _id of the row in the database?

EDIT: Sorry about not explaining why this approach wasn’t working more in-depth: What happens is that nothing happens when I attempt to delete the row: I call mDB.delete(DB_TABLENAME,"_id=" + lastSelectedId, null); on the database and then I call bookmarksListAdapter.notifyDataSetChanged(); on my SimpleCursorAdapter. Then I see no change in the entries in my listview, which differs from my expected behavior that the row which I called remove on will disappear.

  • 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-15T22:56:37+00:00Added an answer on May 15, 2026 at 10:56 pm

    Figured it out. I needed to re-do the cursor after the database was changed (for some reason I had thought that this would be done automatically – my mistake) bookmarksDbCursor.requery() fixed it for me.

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

Sidebar

Ask A Question

Stats

  • Questions 496k
  • Answers 496k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The Omni Group also released some code that could be… May 16, 2026 at 11:46 am
  • Editorial Team
    Editorial Team added an answer This is what I came up with: viewer = ActionView::Base.new(File.join(Rails::Configuration.new.view_path,… May 16, 2026 at 11:46 am
  • Editorial Team
    Editorial Team added an answer I don't think it is "possible". Message logging is based… May 16, 2026 at 11:46 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a list view which is populated via records from the database. Now
I have a listview that's populated by rows that get their data from a
I have a listview which I would like to fill with self created user
I have an activity with a ListView which is populated through a custom ArrayAdapter.
I have an activity that extends ListView. I populate my list with the results
I am writing a WPF program in C# in which I have a ListView
In WPF app I have a ListView: <ListView Height=100 Width=434 Margin=0,2,0,0 x:Name=lvItems ItemsSource={Binding ElementName=MainWindow,
I have the following problem. My main activity consists of a ListView populated with
I have the android:cacheColorHint=#00000000 set on my ListView, which fixed this issue in one
I have a TextBox and a DropDown inside a ListView which is binded to

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.