We have an Android application that is currently sending data to a php script that writes to the mysql database on the same server. We are thinking about using a scalable database server, for example. FathomDB (which is based only on Amazon RDS and rackspace), so we can easily handle the load.
The question is, how does our Android application write these remote databases? Do they have some kind of relaxation API or can you have a php script similar to the one we have at the moment?
source
share