&roid junkie
Lurker
Hi All,
I have been following this forum for several weeks now, and finally decided to post my question and see if anybody can help me...
I want to create an Android App (client-server) that will interact with already running web server.
(think of something similar like the Facebook App - where the user is able (thru a custom GUI) to view/add/delete photos, edit his blog..etc).
I want to use the code I already have written for the Website.
I have decided to use REST as opposed to SOAP, because I am using WCF (which is .svc), and it's more secure for HTTP transfer.
Here are my 2 questions:
Please include some code as an example or a link to where I can lern more!
Thanks
&roid junkie
I have been following this forum for several weeks now, and finally decided to post my question and see if anybody can help me...
I want to create an Android App (client-server) that will interact with already running web server.
(think of something similar like the Facebook App - where the user is able (thru a custom GUI) to view/add/delete photos, edit his blog..etc).
I want to use the code I already have written for the Website.
I have decided to use REST as opposed to SOAP, because I am using WCF (which is .svc), and it's more secure for HTTP transfer.
Here are my 2 questions:
- What data format is more reliable and simple to use? JSON or Open Data protocol (odata.org) ?
- How do I make the first communication between the server and the app?
Please include some code as an example or a link to where I can lern more!
Thanks
&roid junkie