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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:16:44+00:00 2026-06-05T04:16:44+00:00

I am developing an app for android. I have a Web Service which i

  • 0

I am developing an app for android. I have a Web Service which i will be doing the database queries and storing in. In the beginning of the app i want to load certain data from the web service via REST calls and store it in a local database, preferably ORM. I have found ORMLite and like how it can be used but i was wondering how i could make the database be stored in memory so that the data gets wiped when the app quits.

When i use

public DatabaseHelper(Context context) {
    super(context, null, null, DATABASE_VERSION,R.raw.ormlite_config);
}

as stated in the documentation it throws the a runtimeException. Any advice on how to accomplish this or another way to go about it will be greatly appreciated.

  • 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-05T04:16:47+00:00Added an answer on June 5, 2026 at 4:16 am

    I don’t think that the Android database APIs support an in memory database — even though SQLite does support it. I also don’t think it is going to be useful to load something like H2 onto Android just to get a in-memory DB.

    I’d suggest that you persist the data and then just wipe the database every time your application starts. Yes it will be doing unnecessary IO but shouldn’t be too bad. ORMlite supports a TableUtils.clearTable() method.

    Also, you might consider not using an ORM and just store the objects in collections if the whole point is not to persist them.

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

Sidebar

Related Questions

I am developing an android app which fetches/uploads data from/to the web service every
I'm developing an Android app which will target 2.1/2.2 devices, so I have my
I am currently developing an android app. I have an activity which calls a
Possible Duplicate: Remote Database access I'm developing an app for android which shoult connect
I am developing an android app in which I have 3 spinners populated from
I'm developing an Android app in which I have to do a POST request
I'm developing an Android app that fetches a web page from a website which
I'm developing an Android app which needs to connect to a .NET SOAP web
I am developing the android app in which i have used achartengine for creating
I started developing an android app that have to interact with MMS attachements, 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.