Communication between a web application and an android application -


i have web application built on java , android application. both deployed on different servers. how can send request android application web application? also, how can send corresponding response web application android application?

use rest api's (in json format).


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -