获取web服务器xml数据.doc

  1. 1、本文档共7页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
获取web服务器xml数据

实验步骤: 1、?配置J2EE开发环境,并部署web应用viderweb,启动服务 2、?打开浏览器访问网址 http://localhost:8080/videoweb/video/list.do 演示xml数据 3、?创建Android客户端工程,实现访问上面的网址并且将取得的xml数据进行解析并显示,如下图: Android客户端代码 程序流程 ? 资源 resources?? ????string?name=app_name视频资讯客户端/string?? ????string?name=error网络连接失败/string?? /resources?? 布局 main.xml ?xml?version=1.0?encoding=utf-8??? LinearLayout?xmlns:android=/apk/res/android?? ????android:layout_width=fill_parent?? ????android:layout_height=fill_parent?? ????android:orientation=vertical??? ??? ????ListView?? ????????android:id=@+id/listView?? ????????android:layout_width=fill_parent?? ????????android:layout_height=fill_parent?/?? ??? /LinearLayout?? item.xml ?xml?version=1.0?encoding=utf-8??? LinearLayout?xmlns:android=/apk/res/android?? ????android:layout_width=fill_parent?? ????android:layout_height=wrap_content?? ????android:orientation=horizontal??? ??? ????TextView?? ????????android:id=@+id/title?? ????????android:layout_width=250dip?? ????????android:layout_height=wrap_content?/?? ??? ????TextView?? ????????android:id=@+id/timelength?? ????????android:layout_width=fill_parent?? ????????android:layout_height=wrap_content?/?? ??? /LinearLayout?? 添加业务bean类Video package?cn.class3g.domain;?? ??? public?class?Video?{?? ????private?Integer?id;?? ????private?String?title;?? ????private?Integer?timelength;?? ??? ????public?Video(Integer?id,?String?title,?Integer?timelength)?{?? ???????super();?? ???????this.id?=?id;?? ???????this.title?=?title;?? ???????this.timelength?=?timelength;?? ????}?? ????public?Video()?{??}?? ????public?Integer?getId()?{?? ???????return?id;?? ????}?? ????public?void?setId(Integer?id)?{?? ???????this.id?=?id;?? ????}?? ????public?String?getTitle()?{?? ???????return?title;?? ????}?? ????public?void?setTitle(String?title)?{?? ???????this.title?=?title;?? ????}?? ????public?Integer?getTimelength()?{?? ???????return?timelength;?? ????}?? ????public?void?setTimelength(Integer?timelength)?{?? ???????this.timelength?=?timelength;?? ????}?? ????public?St

文档评论(0)

shenlan118 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档