1
I would like to make a simple application to register users using java.
But this app should keep a local database for offline data access and a cloud database to sync the information when I click on a "sync".
My question is which databases I can use for the cloud and for local storage.
I have this kind of doubt because I have not yet ventured with java development or development for Android and the intention is to use something that is easier to implement, or that is already a standard for this type of application.
Sorry, I still don’t understand very well. This Parse Core would be to facilitate a synchronization? But the database to be used would be which?
– Joao Paulo
You don’t have to worry about database or scalability! Take a look at the website and you’ll understand how it works. If you do not understand, I edit my answer with some explanations
– rsicarelli
I saw the site, I’m just not sure I got it right because I understood the data is on Parse’s own server. I was thinking of saving the data in a database of my own hosting. Mysql for example.
– Joao Paulo