0

My android app is creating and using a sqlite db and I wanted to know if the db is the same in evry device that runs the app? I mean , if someone inserted somthing to the db by using my app , does it apply to all other devices? or does it create the db in evry device and thus it apply changes only in that particular device..? I forgot to mention that I am not using a server

1
  • No, each device has a separate db. It's just a local db Commented Aug 21, 2014 at 18:09

1 Answer 1

1

Just for that device, if you want to update every users device you will need to build some communication with your server.

Sign up to request clarification or add additional context in comments.

3 Comments

Thought so... how do I create a server?
Ouch... I don't think this is a simple question, first you need to understand what you have (server)? What language do you wan't to work and a lot of other things...
I have a simple computer, windows 7, eclipse and an android app that needs a server . English is fine with me.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.