[android-developers] REST web services and JSON Response object support in Android

2010-09-08 Thread cool.manish
Hi All, In my application, I will call webservices which are written using REST and returning JSON object rather than XML. My Question is it that Is Android support them? Sending an request to REST web services and rendering its response is same as HTTP request or something different. I haven't

Re: [android-developers] REST web services and JSON Response object support in Android

2010-09-08 Thread Marc Lester Tan
I am using the library from http://www.json.org/java/index.html. Just include the source in your app (or package it into a jar if you want) then check Test.java for examples on how to use it. Cheers, Marc Twitter: mharkus http://www.appcellar.com On Wed, Sep 8, 2010 at 3:31 PM, cool.manish