显示 AutoCompleteTextView 的建议

发布于 2025-01-07 15:32:51 字数 159 浏览 0 评论 0原文

是否可以让 AutoCompleteTextView 在键盘上方显示建议,就像使用默认字典时一样? (如果是,如何:))

或者我可以在使用 EditText 时使用自己的数据库来显示建议吗?

希望你明白我的意思:)

谢谢

Bastaixen

Is it possible to have the AutoCompleteTextView show the suggestions above the keyboard just like when using the default dictionary? (If yes, how:))

Or can I use my own database to show suggestion when using EditText?

Hope you understand what I mean:)

Thank you

Bastaixen

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

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

发布评论

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

评论(1

会发光的星星闪亮亮i 2025-01-14 15:32:51

我认为这是不可能的。键盘上方显示的建议实际上是 IME 的一部分,因此与您的应用程序/活动完全无关。

做到这一点的唯一方法是您内置自己的 IME,然后您可以自定义其中的建议。您可以基于 latinIME,但是还有几件事你需要弄清楚:

  • 您需要弄清楚如何告诉 Android 在应用程序中使用自定义 IME。或者,就像 这个答案 所说,只需在应用程序中内置键盘即可。
  • 如果您的用户使用不同的键盘(用于不同的语言,或 swype 或类似的东西),他们可能不太喜欢它......

I don't think this is possible. The suggestions shown above the keyboard are actually part of the IME, so completely unrelated to your application / activity.

The only way to do this would be for you to build-in your own IME and then you can customize what suggestions would be there. You can base it on latinIME, but there are still a couple of things you would need to figure out:

  • You would need to figure out how to tell Android to use your custom IME in your app. Or, like this answer say, just build in the keyboard in your app.
  • if your user is using a different keyboard (for different language, or swype or something like that), they would probably not like it much...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文