Home » Blog » Topic » Android SQLite Database

Android SQLite Database

Lincoln Burrows ~ Modified: August 28th, 2015 ~ ~ 1 Minute Reading

Home Forums Android SQLite Database

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #535 Score: 0
    Lincoln Burrows
    Moderator
    16 pts

    I am trying to build an app that will use an SQLite database. My question is once the database is created, will all data still be there once the app is closed, i.e.: the database won’t be overwritten when the app is restarted?

    #914 Score: 0
    Stephen West
    Moderator
    4 pts

    When the database is created it lives in your applications private file store and is only deleted or overwritten when you explicitly delete overwrite it  

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.