Android 中的 SAXParser 并将输出存储到数组中
我是新的 Android 开发人员,我想在 php 中创建一个 Web 服务,我想调用该 Web 服务和该响应以获取数组并填充到列表中。
提供最好的用户交互请帮助解决这个问题
提前感谢
@androidTechs
I am new android developer and i want create a webservice in php and i want call that webservice and that response in to get in array and that fill into List.
provideing the best user interaction pls help to solve this problems
Thanx in advance
@androidTechs
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个可用于调用名为 WebService.java 的 Web 服务的类
这是您在活动中使用它的方法
GetUserLoginHandler 是一个处理程序,用于解析此请求的响应。
这只是一个例子。有很多教程详细解释了 SAX 解析。
This is a class that can be use to make call to webservice called WebService.java
This is how you use it from your activity
The GetUserLoginHandler is a handler used to parse the response for this request.
This is just an example. There are many tutorials explaining SAX parsing in detail.