I'm developing a system that integrates a MySQL database with an Android application (via a webservice ). I can already connect, pass data, change them in the bank through the App and things like that.
My problem is being the moment that I need to do a replication between the bases.
Example: If I've already loaded an in-app list with a customer's name and number and need to change the number there in the bank, this change does not come to the application. Unless I recreate the database in the application. I hope I can be clear.
I researched but found nothing useful, just wanted a hint of how to do, if someone else has done something like that, simply the 'best way' way to solve this.