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
Post a Comment