-3

to receive and transmit data from "web-server having php website" to "android application", which is the best optimized method. Mean may it is json communication or api communication or uri or rest?

1 Answers1

1

json is the best reliable method for communication between android and php, as you can add key and value pair for secure communication and also it takes very little bandwidth comparing others.