java - how to make a web services in android and connect it to a website to fetch the data -
i going create android application website of own academy.so have created application in android not know how create web services fetch data website??
i totally new in webservice , java programming. question should start learn , tried search example create webservice in java not able tutorial.
it appreciated, if body me understand flow.
thanks..
you need use cors fetch datasets website, android device not run web application, run activity runs webview ping website. can use java end fetch data well, using similar cors or socketing approach.
that way, can stuff via javascript , via java.
also, using cordova link both js , java together.
keep in mind, application not people have unlimited data, try minimize fetched datasets as can. user, might not know mighht fetch 1 meg, might end doing 50 times, chews information.
Comments
Post a Comment