【发布时间】:2013-04-01 17:44:25
【问题描述】:
我有一个应用程序,我使用 this link 调用 webservice,我有一个 webservice Url,另一个 Url 正在从该 url 获得响应。我需要将该 url 用作
public static final String TIME_CENTRAL_SERVER = "http://accounts.myexample.com/Services";代替 “http://accounts.myexample.com/Services”我需要解析我的 json 响应。
我已经在谷歌中检查过,但无法得到任何答案,谁能帮助我解决这个问题,在此先感谢。 如果有人有疑问可以问我。
【问题讨论】:
标签: android json web-services request