gpt4 book ai didi

android - 拦截 SimpleCursorAdapter Action

转载 作者:行者123 更新时间:2023-11-29 00:47:38 25 4
gpt4 key购买 nike

我正在编写一个应用程序,它使用 SimpleCursorAdapter 来显示我的 SQLite 数据库中的项目列表。该应用程序是一个列表应用程序,允许用户创建项目列表。数据库中有一个字段跟踪用户是否希望列表项的文本被划掉。

基本上,我想拦截 SimpleCursorAdapter 尝试在我的 crossed_out 字段上设置文本()的时间点,而是调用一个函数来将另一个字段的文本设置为删除线。

如果不编写我自己的 CursorAdapter,这可能吗?如果不是,我该如何着手编写自己的 CursorAdapter?

最佳答案

Is this possible without writing my own CursorAdapter?

您可以使用 setViewBinder() 附加一个 ViewBinder ,并实现一个 ViewBinder 以根据需要格式化您的 TextViews

If not how can I go about writing my own CursorAdapter?

第 1 步:创建 SimpleCursorAdapter 的子类

第 2 步:覆盖 setViewText()并在此时应用您的格式,或者覆盖 bindView() 并自己填写所有行小部件

关于android - 拦截 SimpleCursorAdapter Action ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5465702/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com