Connecting Mysql with Android -


I'm new to Android development. Now I want to add Mysore with an Android application to upload data from the server. Please send a sample code to add mysql with Android.

There is no MySQL connection library for Android. I know that, as long as you are under Android MySQL Java Library Can not Get Operation

Either way, you do not want to do this - this means that your MySQL server will have to uncover the world for TCP connections. There is no way to tell how IP is displayed on your device. Each mobile carrier has its own internet entrance for the device, and it is always a NAT firewall to boot.

Instead, you should create a web service that acts as an intermediary between your app and MySQL.

/ P>

Comments