Computer Science, asked by vajo, 3 months ago

how to connect website and android application to each other​

Answers

Answered by elizabethminj12
0

Answer:

Do this, Write json files that you access on both the web and the Android app, Use AsyncTask 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