How do I make my app communicate to a Web Application
Anil Verghese
Ranch Hand
Joined: Oct 11, 2006
Posts: 155
posted
0
Hi,
I want to create an android app that would communicate with an already developed and deployed web application project. Is it possible if yes how? Are there any tutorials about this, or a sample code. i tried webview but wanted to know if its possible to make use a normal app instead of webview.
Any suggestions/help is greatly appreciated.
Thanks
Anil
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32769
posted
0
JSON over HTTP? Android has the HttpClient and json.org libraries built in.