欢迎来到天天文库
浏览记录
ID:34217762
大小:652.86 KB
页数:8页
时间:2019-03-04
《黑马程序员安卓教程:新闻案例之客户端》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、.新闻案例之客户端服务端程序已经编写完成(参考新闻案例之服务端),接下来就是编写客户端程序了。1.新建项目【File】à【new】à【AndroidApplicationProject】命名为:06_新闻客户端2.布局设计根据需求设计UI布局,效果如图1-1所示:图1-1所示图1-1所对应的xml布局文件代码如例1-12、width="match_parent"android:layout_height="match_parent"tools:context=".MainActivity">...例1-1用ListView来部署新闻列表,ListView中的每一个条目代表一条新闻,设计ListView中的每一条目布局如图1-2所示:图1-2所示图1-2对应的布局文件3、代码如例1-2例1-24、drawable/ic_launcher"/>5、_desc"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_below="@id/tv_title"android:layout_toRightOf="@id/iv_item"android:maxLines="3"android:text="描述信息,哈哈哈,我是描述,嘎嘎嘎,我是描述。倒萨理发店失联飞机按到上"android:textColor="#99000000"android:textSize="12sp"/>6、"@+id/tv_type"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="类型"android:layout_alignParentRight="true"android:layout_alignParentBottom="true"android:textColor="#000000"android:textSize="10sp"/>1.请求数据运行程序,手机客户端就要向服务端发送请求,读取服务端的数据资源并部署在ListV7、iew控件上。由于该请求数据操作是联网请求,耗时较长,所以我们应新建一个子线程用来请求服务端的数据资源,代码如例1-3:...例1-3/***连接服务器获取新闻信息*/privatevoidfillData(){//开启子线程连接服务器newThread(){publicvoidrun(){try{Stringpath="http://172.16.17.46:8080/news.xml";URLurl=newURL(path);HttpURLConnectionco
2、width="match_parent"android:layout_height="match_parent"tools:context=".MainActivity">...例1-1用ListView来部署新闻列表,ListView中的每一个条目代表一条新闻,设计ListView中的每一条目布局如图1-2所示:图1-2所示图1-2对应的布局文件
3、代码如例1-2例1-24、drawable/ic_launcher"/>5、_desc"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_below="@id/tv_title"android:layout_toRightOf="@id/iv_item"android:maxLines="3"android:text="描述信息,哈哈哈,我是描述,嘎嘎嘎,我是描述。倒萨理发店失联飞机按到上"android:textColor="#99000000"android:textSize="12sp"/>6、"@+id/tv_type"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="类型"android:layout_alignParentRight="true"android:layout_alignParentBottom="true"android:textColor="#000000"android:textSize="10sp"/>1.请求数据运行程序,手机客户端就要向服务端发送请求,读取服务端的数据资源并部署在ListV7、iew控件上。由于该请求数据操作是联网请求,耗时较长,所以我们应新建一个子线程用来请求服务端的数据资源,代码如例1-3:...例1-3/***连接服务器获取新闻信息*/privatevoidfillData(){//开启子线程连接服务器newThread(){publicvoidrun(){try{Stringpath="http://172.16.17.46:8080/news.xml";URLurl=newURL(path);HttpURLConnectionco
4、drawable/ic_launcher"/>5、_desc"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_below="@id/tv_title"android:layout_toRightOf="@id/iv_item"android:maxLines="3"android:text="描述信息,哈哈哈,我是描述,嘎嘎嘎,我是描述。倒萨理发店失联飞机按到上"android:textColor="#99000000"android:textSize="12sp"/>6、"@+id/tv_type"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="类型"android:layout_alignParentRight="true"android:layout_alignParentBottom="true"android:textColor="#000000"android:textSize="10sp"/>1.请求数据运行程序,手机客户端就要向服务端发送请求,读取服务端的数据资源并部署在ListV7、iew控件上。由于该请求数据操作是联网请求,耗时较长,所以我们应新建一个子线程用来请求服务端的数据资源,代码如例1-3:...例1-3/***连接服务器获取新闻信息*/privatevoidfillData(){//开启子线程连接服务器newThread(){publicvoidrun(){try{Stringpath="http://172.16.17.46:8080/news.xml";URLurl=newURL(path);HttpURLConnectionco
5、_desc"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_below="@id/tv_title"android:layout_toRightOf="@id/iv_item"android:maxLines="3"android:text="描述信息,哈哈哈,我是描述,嘎嘎嘎,我是描述。倒萨理发店失联飞机按到上"android:textColor="#99000000"android:textSize="12sp"/>6、"@+id/tv_type"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="类型"android:layout_alignParentRight="true"android:layout_alignParentBottom="true"android:textColor="#000000"android:textSize="10sp"/>1.请求数据运行程序,手机客户端就要向服务端发送请求,读取服务端的数据资源并部署在ListV7、iew控件上。由于该请求数据操作是联网请求,耗时较长,所以我们应新建一个子线程用来请求服务端的数据资源,代码如例1-3:...例1-3/***连接服务器获取新闻信息*/privatevoidfillData(){//开启子线程连接服务器newThread(){publicvoidrun(){try{Stringpath="http://172.16.17.46:8080/news.xml";URLurl=newURL(path);HttpURLConnectionco
6、"@+id/tv_type"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="类型"android:layout_alignParentRight="true"android:layout_alignParentBottom="true"android:textColor="#000000"android:textSize="10sp"/>1.请求数据运行程序,手机客户端就要向服务端发送请求,读取服务端的数据资源并部署在ListV
7、iew控件上。由于该请求数据操作是联网请求,耗时较长,所以我们应新建一个子线程用来请求服务端的数据资源,代码如例1-3:...例1-3/***连接服务器获取新闻信息*/privatevoidfillData(){//开启子线程连接服务器newThread(){publicvoidrun(){try{Stringpath="http://172.16.17.46:8080/news.xml";URLurl=newURL(path);HttpURLConnectionco
此文档下载收益归作者所有