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
, externallyWebService
+ Database of your preference.– rubStackOverflow
And it is possible to finish both within a single application???
– Projeto Bentotec
Yes of course, with the
WebService
will have a little more work since will have to learn new concepts.– rubStackOverflow
Thank you very much for answering my questions, I am very interested and I intend to learn a lot in this area... grateful
– Projeto Bentotec
Good luck, good education and move on.
– rubStackOverflow