Out of the many ways to interpret your question, I'm going to assume your Android app needs to query certain data you have in a MySQL database running on a server on the internet.
The typical way that's done is add a web service on that server that performs the SQL queries locally and returns XML or JSON data to the Android app. I suppose it would help if you explained how data in that database is currently being accessed. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

