-1
I have an application developed on Android and need to connect to a Mysql database that is local on a Desktop. I can easily get the IP address of the machine where the bank is. How can I connect the application to the local Mysql database on the Desktop without the use of webservices?
Check out this Stackoverflow solution in English: https://stackoverflow.com/questions/41946065/android-how-to-connect-an-android-phone-to-computers-localhost
– Jhonatan Pereira