android开发教程之使用listview显示qq联系人列表
首先还是xml布局文件,在其中添加ListView控件:主布局layout_main.xml复制代码 代码如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layou...