简体   繁体   English

如何在Android上实现搜索功能?

[英]How to implement search function on Android?

I am trying to have a simple search function be it a bar or what ever with suggestion or do you call it autocomplete. 我正在尝试使用一个简单的搜索功能,无论是酒吧还是任何带有建议的功能,或者您称其为自动完成功能。 And when i tab/click on these suggestions, it brings me to the xml(layouts) pages i already created. 当我选项卡/单击这些建议时,它带我到已经创建的xml(布局)页面。

You can implement search interface using the search dialog or the search widget ,Please check this for details: 您可以使用搜索对话框或搜索小部件实现搜索界面,请检查以下内容:

http://developer.android.com/guide/topics/search/search-dialog.html http://developer.android.com/guide/topics/search/search-dialog.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM