Re: [android-developers] problem in reading .Net Rest webservice in android

2011-03-29 Thread TreKing
On Sat, Mar 26, 2011 at 8:48 AM, satish wrote: > how can I read this data in android application ? > Same way you'd read it anywhere else - this is not Android specific. > Please help me out in parsing this in android. > Please Google "parse json java". --

[android-developers] problem in reading .Net Rest webservice in android

2011-03-28 Thread satish
I am getting data from the Jason webserivce as follows. [{"PatientFirstName":"philips","PatientLastName":"jhon","PatientSys": 70110038},{"PatientFirstName":"S","PatientLastName":"S","PatientSys": 70110039}, {"PatientFirstName":"joe","PatientLastName":"Phil","PatientSys": 70110040}] how can I read