Question

I already have built a web application using php and mysql. Now i am trying to build an Android application to support the web-application. So, basically what i want is my android app should access all the data from the server.

The user basically be able to do CRUD with live data stored on the server. That means i have to expose the data on top of webservices. The data may be array of sales-orders, complete info of an individual saleorder etc. SO can any one suggest me the best way of designing the webservice(rest or soap) and what would be the best way to return the data to be used by android(xml or json or object or array of fully formatted html output).

Thanks in advance.

No correct solution

OTHER TIPS

You need to see Which is the best PHP RESTful API Framework for your project!

enter image description here

there few frameworks that helps to build REST API's for PHP.

Epiphany

Fat Free

Flight

Restler

php-rest-service

More..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top