- 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
您可能关注的文档
最近下载
- 主管药师竞聘.pptx VIP
- 压疮的分期及处理.ppt
- 《鹊桥仙》(共19张PPT)统编版高中语文必修上册.pptx VIP
- 图书馆狮子儿童绘本.ppt
- 成都市建设工程围挡设置技术指南.pdf
- 2023年春重庆理工大学《00015大学英语》题库答案.pdf VIP
- 领导干部日常工作生活中应知应会的法律知识:贪污、受贿、职务侵占等犯罪的案例分析和警示教育(下篇)-2024年云南省执业药师公需课答案.docx VIP
- 银行营销个人工作计划5篇.docx VIP
- 2024年春季国开《学前教育科研方法》期末大作业(参考答案).docx
- 2024-2025学年初中音乐七年级下册苏少版(2024)教学设计合集.docx
文档评论(0)