EditText 的自定义字典

发布于 2024-09-16 00:29:23 字数 92 浏览 7 评论 0原文

是否可以为编辑文本创建自定义词典?换句话说,我可以创建一个自定义列表并让 edittext 仅建议该列表中的名称吗?当用户输入特定的人名时,我不需要它弹出无用的单词建议。

Is it possible to create a custom dictionary for an edittext? In other words, can I create a custom list and have the edittext only suggest names from that list? I don't need it popping up useless word suggestions when the user is inputting specific names of people.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

可爱暴击 2024-09-23 00:29:23

请参考此链接。

https://developer.android.com/resources/samples/SearchableDictionary/index.html他们

将实现内容提供程序来为快速搜索提供自定义输入。您可以尝试采用类似的方法,当用户在 EditText 框中输入每个字母时,您可以进行查询并更新结果。

Please refer to this link.

https://developer.android.com/resources/samples/SearchableDictionary/index.html

They would have implemented content provider to provide a custom input to the quicksearch. You can try taking a similar approach where in you can make a query and update the result when a user enters each alphabet in your EditText box.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文