显示 AutoCompleteTextView 的建议
是否可以让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的。键盘上方显示的建议实际上是 IME 的一部分,因此与您的应用程序/活动完全无关。
做到这一点的唯一方法是您内置自己的 IME,然后您可以自定义其中的建议。您可以基于 latinIME,但是还有几件事你需要弄清楚:
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: