Android7.0中文文档(API)-- CursorAdapter

完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/CursorAdapter.html

CursorAdapter

public abstract class CursorAdapter
extends BaseAdapter implements Filterable, ThemedSpinnerAdapter

java.lang.Object
   ↳android.widget.BaseAdapter
    ↳android.widget.CursorAdapter
已知的直接子类
已知的间接子类


Adapter that exposes data from a Cursor to a ListView widget.
将数据从Cursor导入到ListView控件的适配器。

The Cursor must include a column named "_id" or this class will not work. Additionally, using MergeCursor with this class will not work if the merged Cursors have overlapping values in their "_id" columns.
Cursor必须包含一个名为“_id”的列,否则这个类将无法工作。另外,如果合并的游标在它们的“_id”列中有相同的值,那么使用这个类使用的MergeCursor将不会工作。

摘要


常量

intFLAG_AUTO_REQUERY

This constant was deprecated in API level 11. This option is discouraged, as it results in Cursor queries being performed on the application's UI thread and thus can cause poor responsiveness or even Application Not Responding errors. As an alternative, use LoaderManager with a CursorLoader.
此常量在API level 11版本中被取消。这个选项已被删除,因为它会导致在应用程序UI线程上执行游标查询,从而导致糟糕的响应能力,甚至出现应用程序不响应错误。可以选择使用LoaderManagerCursorLoader

intFLAG_REGISTER_CONTENT_OBSERVER

If set the adapter will register a content observer on the cursor and will call onContentChanged() when a notification comes in.
如果适配器设置了此标志,则它将在游标上注册一个内容监视器,并在发出通知时调用onContentChanged()

继承常量

From interface android.widget.Adapter

Public构造方法

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值