- 1、本文档共7页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
最近下载
- 党员“一带一”活动J计划、实施方案及协议书4.doc VIP
- 05G511:梯形钢屋架 国标图集.pdf VIP
- 东北电力大学2022-2023学年《数据结构》期末考试试卷(A卷)附参考答案.docx
- 2022年广州工商学院退役军人综合考察真题.pdf
- 05-G511 梯形钢屋架 标准图集.pdf VIP
- 成人住院患者静脉血栓栓塞症的预防护理-中华护理学会团体标准2023.pptx
- 线下沙龙策划方案.docx VIP
- 2023年浙江中医药大学数据科学与大数据技术专业《数据库原理》科目期末试卷A(有答案).docx VIP
- 设计说明书(履带式行走底盘).pdf
- 2024华医网继续教育脑卒中的全面康复题库答案.docx VIP
文档评论(0)