gpt4 book ai didi

android - 简单的 Android 搜索教程和必要条件

转载 作者:行者123 更新时间:2023-11-30 04:53:23 26 4
gpt4 key购买 nike

我有一个 ListView,以及一个更新适配器的 refreshListFromDB(String searchKeywords) 方法。

我想实现搜索,在我的设备上按下搜索键将弹出标准搜索框(如果需要,还会弹出屏幕键盘),并将结果 (onKeyDown) 传递给 refreshListFromDB() - 或者是这被认为是糟糕的 UI 设计?

搜索是一头复杂的野兽,所以任何人都可以推荐任何简单的例子吗?我不想使用全局 QSB,因为它与我的应用程序类型无关。我真的需要了解 Intents、可搜索的 XML、新 Activity 、内容提供商等吗?

最佳答案

I'd like to implement search, where pressing the search key on my device will pop up the standard search box (and on-screen keyboard if required), and pass the result (onKeyDown) to refreshListFromDB() - or is this considered bad UI design?

我不知道“糟糕的 UI 设计”是什么意思,但标准搜索框并没有按照您所说的那样执行。

Search is a complex beast, so can anyone recommend any bare-bones examples?

我曾经有一个简单的示例,但那是在 QSB 之前,它在我已有的骨骼之上又添加了一堆骨骼。你仍然可以 look at the larger pile of bones here ,你寻找的作品在(咳咳)a book 中有描述。 .

Do I really need to get into Intents, searchable XML, new activities, content providers etc?

要使用“标准搜索框”,您需要列表中的前两个,可能还需要第三个,具体取决于您的操作方式。在我的搜索实验中,我既重用了现有 Activity ,又创建了新 Activity 。不过,您不需要内容提供者。

关于android - 简单的 Android 搜索教程和必要条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2037208/

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