摘要:
这两天写了个小程序,使用了从网络读取xml数据,并显示在ListView中。 这里面有几个关键点: 从网络读取数据SAX解析xml异步填充ListView先看下截图: 非常简单的界面哈 为了方便,我再自己的服务器上,放了一个xml文件,其内容主要是: <?xml version="1.0"?> <products> <product> <price>100</price> <name>android dev</name> <image src="image/android1. 阅读全文
摘要:
紧接上篇:接下来是自定义布局的例子,我们大家先看下程序出来的效果图:代码是:1.首先自定义布局,我们命名一个custom_list_layout.xml的布局文件,代码如下:<?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="fill_parent"android:layout_height 阅读全文