[android-beginners] Re: Android and webservices

2009-08-03 Thread Grubber
Thanks Holden, some good info there. I'll report back when I have got somewhere with it. On Aug 3, 10:32 am, Holden Karau holden.ka...@gmail.com wrote: This threadhttp://groups.google.com/group/android-developers/browse_thread/threa... seems like it might be of use to you (they are

[android-beginners] Re: Android and webservices

2009-08-03 Thread Roman
Find a pretty good blog about this topic at http://www.anddev.org/web_services_-_an_xml-rpc_client_for_android-t646.html -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual

[android-beginners] Re: Android and webservices

2009-08-03 Thread stoney
Hi I would suggest using the Hessian protocol, if you have the choice. it is a very light-weight binary web service protocol, optimized for mobile clients - see http://hessian.caucho.com/. I am currently testing an Android port of Coucho's open-source Java library - going to put it on google

[android-beginners] Re: Android and webservices

2009-08-03 Thread stoney
or you could take a look at http://code.google.com/apis/protocolbuffers/ - as far as i have seen similiar to Hessian. On Aug 1, 7:03 pm, Grubber gra...@onemansweightloss.co.uk wrote: Hi All, Sorry if this appears twice, but my messages from yesterday didn't get posted? A couple