a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 系統 > Android > 正文

Android列表實現(2)_游標列表案例講解

2020-04-11 12:37:42
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:

import android.app.ListActivity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.Contacts.Phones;
import android.widget.ListAdapter;
import android.widget.SimpleCursorAdapter;

/**
* A list view example where the
* data comes from a cursor, and a
* SimpleCursorListAdapter is used to map each item to a two-line
* display.
*/
public class List3 extends ListActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

// Get a cursor with all phones
Cursor c = getContentResolver().query(Phones.CONTENT_URI, null, null, null, null);
startManagingCursor(c);

// Map Cursor columns to views defined in simple_list_item_2.xml
ListAdapter adapter = new SimpleCursorAdapter(this,
android.R.layout.simple_list_item_2, c,
new String[] { Phones.NAME, Phones.NUMBER },
new int[] { android.R.id.text1, android.R.id.text2 });
setListAdapter(adapter);
}

}

注意 該例子要給程序賦予權限
復制代碼 代碼如下:

<uses-permission android:name="android.permission.READ_CONTACTS"/>

simple_list_item_2.xml
復制代碼 代碼如下:

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2006 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:mode="twoLine"
>

<TextView android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="?android:attr/listPreferredItemPaddingLeft"
android:layout_marginTop="8dip"
android:textAppearance="?android:attr/textAppearanceListItem"
/>

<TextView android:id="@android:id/text2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@android:id/text1"
android:layout_alignLeft="@android:id/text1"
android:textAppearance="?android:attr/textAppearanceSmall"
/>

</TwoLineListItem>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 久久精品色欧美aⅴ一区二区 | 亚洲国内精品 | 黄色网址视频 | 青青草视频播放 | 国产精品久久久久久久久 | 日本日韩中文字幕 | 视频精品一区二区 | 亚洲视频观看 | 精品久久久久久久久久久久久久 | 日韩成人不卡 | 在线精品亚洲欧美日韩国产 | 午夜精品久久久久久久久久蜜桃 | 日本亚洲欧美 | 免费成人小视频 | 黄色的网站免费观看 | 日av在线播放 | 国产精品成人一区二区网站软件 | 日韩精品一区二区三区中文字幕 | 一本色道久久综合狠狠躁篇的优点 | 中文字幕免费在线 | 在线免费看黄色 | 99精品一区二区 | 午夜小视频在线观看 | 福利视频一区二区 | 久久久久久久久国产精品 | www.成人在线视频 | 欧美黄视频在线观看 | 国产第3页| 日韩中文在线 | 黄色工厂在线观看 | 91视频免费观看入口 | 欧美精品成人在线视频 | 久久精品无码一区二区日韩av | 亚洲精品国产一区 | 色婷婷综合久久久久中文一区二 | 欧美国产激情二区三区 | 亚洲成人国产精品 | 黄色一级片在线观看 | 欧美自拍三区 | 欧美性影院 | 一区二区三区视频免费在线观看 |