http://stackoverflow.com/questions/7526860/unable-to-connect-to-json-service-in-android-application-of-titanium-studio
alert(jsontext.feeds[0].username) // abc
// shift the beginning of the array
jsontext.feeds.shift();
alert(jsontext.feeds[0].username) //bcd ?
No comments:
Post a Comment