I am currently working on an app for Android that receives data from server.
The problem that I do not really know how to make the data-transfer to the server and back to the app, I use PHP like an engine that accepts and returns data, but I’m not sure how good and effective it is.. Does anyone know how WAZE works and can give me a direction to my problem?
I am currently working on an app for Android that receives data from server.
Share
You need to use Web Service for that .
A Web service is a method of communication between two electronic devices over the Web
Look at this below project link.
http://www.codeproject.com/Articles/267023/Send-and-receive-json-between-android-and-php