Tuesday, May 31, 2011

[android-developers] Re: JSON OR SOAP ?

Note that it's perfectly feasible to do "pull parsing" with JSON, and
I believe there are packages to do that. It's not done very often,
though, since the "in-core" representation of JSON is generally
several times more compact than the equivalent representation of XML,
so there's no need for it.

On May 30, 9:10 pm, Streets Of Boston <flyingdutc...@gmail.com> wrote:
> The original question wat about *consuming* web services, not necessarily
> creating them. The answer to your question is:
>
>    - When you don't have control of server-side that provides the REST
>    services, and/or
>    - When the REST services are going to be accessed by more than just
>    mobile clients....
>    Due to small screen real estate, mobile clients could show a smaller view
>    on the data/resources retrieved from a REST service (less items, less
>    detail) while other clients, such as desktop clients, could show/handle in
>    full detail the entire representation returned by that same REST service.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment