麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 系統(tǒng) > Android > 正文

Android列表實(shí)現(xiàn)(2)_游標(biāo)列表案例講解

2020-04-11 12:37:42
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

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);
}

}

注意 該例子要給程序賦予權(quán)限
復(fù)制代碼 代碼如下:

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

simple_list_item_2.xml
復(fù)制代碼 代碼如下:

<?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>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 久久久一区二区三区精品 | 天天色宗合 | 日韩精品久久久久久久电影99爱 | 亚州综合网 | 国产日韩亚洲 | wwwxxx视频| 香蕉久久久久久 | 高清中文字幕在线 | 一区二区三区小视频 | 亚洲第一成人av | av在线免费观看网 | 黑人一级片| 久久精品视频1 | 精品一区二区亚洲 | 欧美a欧美 | 蜜桃视频在线播放 | 欧美h版在线观看 | 性欧美xxxx极品摘花 | 久久久久国产一区二区三区不卡 | 成人福利视频 | 黄色影院在线观看视频 | av在线一区二区三区四区 | 成人免费看视频 | 日韩毛片在线看 | 久久国产中文字幕 | 欧美中文字幕一区二区 | 黄色片网页 | 午夜视频大全 | 欧美视频一区二区三区 | 少妇淫片免费一级毛片 | 色婷婷久久久亚洲一区二区三区 | 日韩视频www | 亚洲精品一二三区 | 成人短视频在线观看免费 | 国产午夜精品一区二区三区四区 | 成人福利网 | 国产一区成人 | 久国久产久精永久网页 | 久久久久久久一区二区三区 | 国产乱一区二区三区视频 | 黄色三级三级三级 |