tags:

views:

38

answers:

2

i know using xml parser ....

Is any another way we can get the data from web service.

if it is there please send links or example's or any documents.

+2  A: 

json is a good choice; http://github.com/stig/json-framework

handfix
A: 

I started from this well explained tutorial

DeZigny