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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:14:35+00:00 2026-06-07T19:14:35+00:00

Scenario: I am sending user location (Object location with: lat, long and accuracy fields)

  • 0

Scenario:
I am sending user location (Object location with: lat, long and accuracy fields) to a web service from a Thread in a Service. If it fails because of various issues (like no network) I need to store it and try to send it next time. If it fails multiple times, multiple Location objects are stored.

I have 2 choices:

  1. Use SQLite database and an SQLiteOpenHelper which on each thread is open, retrieve records from the table, close. On successfully sending it, clear the table content.

  2. Use SharedPreferences while the location object is stored as an ArrayList (in case there are many) parsed to JSON with GSON. When needed parsed again to ArrayList.

I know that SharedPreferences has no size limit and depending on my conditions I could have like 100 rows (this is exaggerated but possible). My main concern is on SQlite having it open and closed so often, things might get messed up and end in force close. SharedPreferences would not interfere with anything but I am thinking I might get bad performance in saving/parsing such long lists. I know that SharedPreferences aren’t made for this, but I want to hear opinions from you.

  • 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-07T19:14:38+00:00Added an answer on June 7, 2026 at 7:14 pm

    If you are worried about sqlite throwing exception for open and close database, you can put values in SharedPreference individually and then can iterate through all the values of SharedPreferences using

    Map<String,?> keys = prefs.getAll();
    for(Map.Entry<String,?> entry : keys.entrySet()){
         Log.d("map values",entry.getKey() + ": 
                                      "+ entry.getValue().toString());            
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Scenario: Third party web service returns datetime in two separate fields i.e. date and
Scenario: Web-service producer have only SHA-1 hash of passwords stored in database. We need
For my first question, I have your typical web e-com scenario where the user
The scenario is I have received a file for processing via my web service.
Scenario : I'll try to put an analogy with the loan broker example from
Scenario: On the github exists the user guru and his primamy repository for the
Scenario: Sending XML, generated using php, via cURL to an external server for parsing.
I have a scenario where data needs to be imported from a CSV file
I'm writing service which will use for sending emails in my ASP.NET project. I
I'm building a web service with a RESTful interface (lets call it MY_API ).

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.