I'm developing android app, and need some webservices to communicate with my remote mysql database. I made same work and I created json webservice with php. But it seems complex to me. Because I want to use methods in webservice like .net webservice (asmx). Is there any solution for this problem. My server runs mysql and php. Is Json best solution for this problem?
2 Answers
Check out this link. It provides all the steps to send and receive data to and from MySql database using php. It helped me a lot when I developed the gps tracker app. Try it!