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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:21:28+00:00 2026-05-26T13:21:28+00:00

I am developing an app that at startup sets up a database cursor to

  • 0

I am developing an app that at startup sets up a database cursor to display values in a listview. During the course of the app running data in the database gets updated and i am updating the cursor constantly.

It’s kinda working but sometimes the cursor lags behind the database updates, thus displaying old data in the list until after some seconds.

Would it be more efficient if i load all the data (approx 10-20 sets of approx 20 strings and ints each) into an array of objects at startup and write to database only on close?

What is the expense of database queries versus creating arrays of objects?

Thanks for help!

  • 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-26T13:21:28+00:00Added an answer on May 26, 2026 at 1:21 pm

    It depends on your definition of “expensive”. If you’re referring to bandwidth, constant queries is more expensive. Each query to a remote database occurs on an order of milliseconds while a query to an object in memory is on an order of nanoseconds.

    If “expensive” means immediate processing speed discounting network latency, then loading them all into memory will be more expensive because the system is sifting through more information at the time of action.

    In your case, since you’re dealing with android, I’d say your best bet is a combination of the two. You’ll want to load as much data as you’ll conceivably need to work with at any given time. You may want to look at possibly creating adjacency lists for data if that will help with the data retrieval. With a good adjacency list system, you can query data you will soon need while working on data you have now (this helps reduce the affect of network latency).

    As for the updating portion, unless you’re going to queue your changes and upload them asynchronously, you can’t really avoid that latency. It’s just how the network operates. However, if you CAN work asynchronously with the interface, you can queue the change up and instruct the update to physically occur at the database level while the user continues on to the next task.

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

Sidebar

Related Questions

I'm developing an app that handle sets of financial series data (input as csv
I'm developing web app that user can save his/her work to server. The data
I'm developing an app that checks several conditions during an incoming phone call. The
I'm developing an iPhone app that uses the built-in SQLite database. I'm trying to
I developing an app that is read-only. The data has relationships, so I cannot
I'm developing an app that would display images and change them according to the
I'm currently developing an app that uses Core Data. I'm using two stores/configurations, one
I'm developing an app that uses Core Data for save and retrieve data. Now
When developing an app that will listen on a TCP/IP port, how should one
i'm developing an app that make requests to the Musicbrainz webservice. I read in

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.