主屏幕上的搜索框
我使用过 SearchManager,它仅在应用程序启动时提供搜索键。有没有办法在主屏幕/壁纸上放置一个文本框并在用户按 Enter 时调用活动?
I have used SearchManager and it provides search key only when app is launched. Is there a way to put a text box on the home screen/wallpaper and invoke activity when user presses enter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在主屏幕上使用小部件,其中可以包含文本视图,并且可以使用意图在按下 Enter 或任何其他事件时启动您想要的活动。
You can use widgets on the home screen, which you can have contain a textView and you can use an intent to launch an acticity you want on the press of enter - or any other event.