Web service Rest + Mysql + Android

Asked

Viewed 458 times

1

First hello to everyone, is the following for my work of the course we developed a web application of a real estate with PHP but the second part of this work is to develop an android application in java for this wanted to use the same bank of the site so that users can interact with the two platforms. Now comes the problem already Ari the internet hunting some tutorial, books, videos, articles and nothing that teaches to do this communication between Mysql database and Android java, I tried to develop web service with json (unsuccessful) most of the content I think are obsolete or errors.

Someone give me a Light there please indicate anything that works and can study?

  • Put an example of what you tried and what mistake you had. It’s easier to help.

  • If you searched and didn’t find anything interesting on the internet, maybe you’re searching wrong. There are several PHP framework to do this. Try looking for a mini-frame Work. When you have the web application ready, then you go to mobile. Hugs

  • JSON is "universal", basically any language already has libraries to be able to read JSON, including Java. This way the application (Java) connects with PHP (which connects with Mysql) and returns in JSON, JSON is interpreted by the application.

  • You can find, on this same page on the right, a list of questions about the same theme in the column with the title "Related"

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.