External and internal database

Asked

Viewed 294 times

0

I’m a beginner in programming Android and I am with a doubt... it is possible for the same application to have an internal and external database at the same time?

For example some information is stored internally where the user can have access at any time and another database where he can only access when online. thank you in advance...

  • Internally SQLIte, externally WebService + Database of your preference.

  • And it is possible to finish both within a single application???

  • Yes of course, with the WebService will have a little more work since will have to learn new concepts.

  • 1

    Thank you very much for answering my questions, I am very interested and I intend to learn a lot in this area... grateful

  • Good luck, good education and move on.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.