Computer Science, asked by vajo, 6 months ago

how to connect web and android application to each other​

Answers

Answered by judahemmanuel066
1

Answer:

Answer: Do this, Write json files that you access on both the web and the Android app, Use syncTask in android and access the url of your JSON to do the POST or GET with your data, In the web, simply do the same, write a page that reads the json data that you return from the page you first created.

Similar questions