Preferred Options for Webservice to Android
Posted
by Tim Almond
on Stack Overflow
See other posts from Stack Overflow
or by Tim Almond
Published on 2010-04-27T19:00:38Z
Indexed on
2010/04/27
19:03 UTC
Read the original article
Hit count: 249
android
|web-services
I need to get an Android app to interface with an XML webservice (it's really just a request which returns XML), but as the data is large and includes some things I don't need (like a huge description block), I was thinking of transforming it via a server into a format that would be good for Android, and also to be reduced considering it will be used in a low bandwidth area.
Does anyone have any suggestions for a good lightweight protocol? I'm especially thinking about libraries for Android that already exist for say REST or even delimited data.
© Stack Overflow or respective owner