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 this data in android application ? I am new to android,
if somebody give sample code, it would really helpful a lot.
In my android client code, i have the following code...
entity = response.getEntity();
tempStr = EntityUtils.toString(entity);
then it would result as below in android.
[{"PatientFirstName":"philips","PatientLastName":"jhon","PatientSys":
70110038},{"PatientFirstName":"S","PatientLastName":"S","PatientSys":
70110039},
{"PatientFirstName":"joe","PatientLastName":"Phil","PatientSys":
70110040}]
Please help me out in parsing this in android.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en